Deny Tool Call
data class DenyToolCall(val toolCallId: String, val reason: String? = null) : ToolLoopAgentAction<Nothing> (source)
Deny a tool call. Resumes the agent with the denial fed back to the model.
Since
0.3.0-beta01
Deny a tool call. Resumes the agent with the denial fed back to the model.
0.3.0-beta01