toolChoice property
ToolChoice?
get
toolChoice
Controls how the model uses tools (if available).
Implementation
ToolChoice? get toolChoice => _value[Keys.toolChoice] as ToolChoice?;
Controls how the model uses tools (if available).
ToolChoice? get toolChoice => _value[Keys.toolChoice] as ToolChoice?;