Args

data class Args(val message: String) : ToolArgs(source)

Represents the arguments for the ExitTool tool

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard

The input message provided as an argument for the tool.