toolCalling property

  1. @TagNumber.new(24)
ToolCallingOptions get toolCalling

Tool-calling contract for this generation. The SDK owns executor functions; proto carries only definitions and parser options.

Implementation

@$pb.TagNumber(24)
$2.ToolCallingOptions get toolCalling => $_getN(23);
  1. @TagNumber.new(24)
set toolCalling (ToolCallingOptions value)

Implementation

@$pb.TagNumber(24)
set toolCalling($2.ToolCallingOptions value) => $_setField(24, value);