SayToUser

The SayToUser allows agent to say something to the output (via println).

Types

Link copied to clipboard
data class Args(val message: String) : ToolArgs

Represents the arguments for the SayToUser tool

Properties

Link copied to clipboard
Link copied to clipboard
open override val descriptor: ToolDescriptor
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open suspend override fun doExecute(args: SayToUser.Args): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun encodeResultToString(result: ToolResult.Text): String
Link copied to clipboard
Link copied to clipboard