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
).
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
suspend fun executeAndSerialize(args: AskUser.Args, enabler: DirectToolCallsEnabler): Pair<ToolResult.Text, String>
Link copied to clipboard