AwaitContext

data class AwaitContext(val input: String, val agentProcess: AgentProcess, val tool: Tool)

Context provided to awaiting decision functions.

Parameters

input

The raw JSON input to the tool

agentProcess

The current agent process

tool

Info about the tool being called

Constructors

Link copied to clipboard
constructor(input: String, agentProcess: AgentProcess, tool: Tool)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tool: Tool