toolCall property
Structured tool-call payload emitted when event_kind is LLM_STREAM_EVENT_KIND_TOOL_CALL.
Implementation
@$pb.TagNumber(18)
$2.ToolCall get toolCall => $_getN(17);
Implementation
@$pb.TagNumber(18)
set toolCall($2.ToolCall value) => $_setField(18, value);