--- title: "ToolChoice" --- ## Supported Types ### `components.ToolChoiceAuto` ```python value: components.ToolChoiceAuto = /* values here */ ``` ### `components.ToolChoiceAny` ```python value: components.ToolChoiceAny = /* values here */ ``` ### `components.ToolChoiceNone` ```python value: components.ToolChoiceNone = /* values here */ ``` ### `components.ToolChoiceTool` ```python value: components.ToolChoiceTool = /* values here */ ```