# ToolChoiceOption Tool choice configuration ## Supported Types ### `components.ToolChoiceOptionNone` ```python value: components.ToolChoiceOptionNone = /* values here */ ``` ### `components.ToolChoiceOptionAuto` ```python value: components.ToolChoiceOptionAuto = /* values here */ ``` ### `components.ToolChoiceOptionRequired` ```python value: components.ToolChoiceOptionRequired = /* values here */ ``` ### `components.NamedToolChoice` ```python value: components.NamedToolChoice = /* values here */ ```