DenyToolCall

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

Constructors

Link copied to clipboard
constructor(toolCallId: String, reason: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard