options property

  1. @TagNumber.new(2)
ToolCallingOptions get options

Validation uses options.tools as the registry snapshot and honors portable flags such as require_json_arguments and forced_tool_name.

Implementation

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

Implementation

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