struct

Crig::StreamedInvalidToolCall

Inherits Struct < Value < Object

One invalid tool call surfaced mid-stream, awaiting resolution.

Constructors

new(tool_call : Completion::ToolCall, internal_call_id : String, args : String | Nil = nil, executable_tool_names : Set(String) = Set(String).new, allowed_tool_names : Set(String) = Set(String).new)
Source

Instance methods

allowed_tool_names
Source
args
Source
executable_tool_names
Source
internal_call_id
Source
tool_call
Source