Args

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

Represents the arguments for the SayToUser tool

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard

A string representing a specific message or input payload required for tool execution.