toolCall property

  1. @TagNumber.new(18)
ToolCall get toolCall

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);
  1. @TagNumber.new(18)
set toolCall (ToolCall value)

Implementation

@$pb.TagNumber(18)
set toolCall($2.ToolCall value) => $_setField(18, value);