toolCalls property
Tool calls actually executed during the streaming session (mirrors LLMGenerationResult.tool_calls / .tool_results in llm_options.proto). Populated only on terminal events when the backend completed at least one tool call.
Implementation
@$pb.TagNumber(14)
$pb.PbList<$2.ToolCall> get toolCalls => $_getList(13);