ApproveToolCall

data class ApproveToolCall(val toolCallId: String) : ToolLoopAgentAction<Nothing> (source)

Approve a tool call that paused the loop. Resumes the agent.

Since

0.3.0-beta01

Constructors

Link copied to clipboard
constructor(toolCallId: String)

Properties

Link copied to clipboard