options property

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

THE single home for tool policy + sampling. No re-published copies: every knob that used to be duplicated on this message (tools, format, max_tool_calls, keep_tools_available, validate_calls, tool_choice, forced_tool_name, max_output_tokens, temperature, top_p, system_prompt, disable_thinking, auto_execute, replace_system_prompt, require_json_arguments, parallel_tool_calls) lives on ToolCallingOptions.

Implementation

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

Implementation

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