AskUser

Object representation of a tool that provides an interface for agent-user interaction. It allows the agent to ask the user for input (via stdout/stdin).

Types

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

Represents the arguments for the AskUser tool

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun encodeResultToString(result: String): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open suspend override fun execute(args: AskUser.Args): String
Link copied to clipboard
suspend fun executeUnsafe(args: Any?): String