Args

data class Args(val dummy: String = "") : ToolArgs(source)

Represents the arguments for the DummyTool.

Constructors

Link copied to clipboard
constructor(dummy: String = "")

Properties

Link copied to clipboard

A placeholder string parameter that can be optionally specified.