Home / Class/ ToolChoiceAnyParam Class — anthropic-sdk-python Architecture

ToolChoiceAnyParam Class — anthropic-sdk-python Architecture

Architecture documentation for the ToolChoiceAnyParam class in tool_choice_any_param.py from the anthropic-sdk-python codebase.

Entity Profile

Dependency Diagram

graph TD
  32fbfd37_4ed0_8caa_25c5_1bc5ecdba053["ToolChoiceAnyParam"]
  1c602635_358e_cfb2_923c_ecf6b6ca2d09["tool_choice_any_param.py"]
  32fbfd37_4ed0_8caa_25c5_1bc5ecdba053 -->|defined in| 1c602635_358e_cfb2_923c_ecf6b6ca2d09

Relationship Graph

Source Code

src/anthropic/types/tool_choice_any_param.py lines 10–20

class ToolChoiceAnyParam(TypedDict, total=False):
    """The model will use any available tools."""

    type: Required[Literal["any"]]

    disable_parallel_tool_use: bool
    """Whether to disable parallel tool use.

    Defaults to `false`. If set to `true`, the model will output exactly one tool
    use.
    """

Frequently Asked Questions

What is the ToolChoiceAnyParam class?
ToolChoiceAnyParam is a class in the anthropic-sdk-python codebase, defined in src/anthropic/types/tool_choice_any_param.py.
Where is ToolChoiceAnyParam defined?
ToolChoiceAnyParam is defined in src/anthropic/types/tool_choice_any_param.py at line 10.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free