Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions google/genai/_interactions/types/tool_choice_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@


class ToolChoiceConfig(BaseModel):
"""The tool choice configuration containing allowed tools."""

allowed_tools: Optional[AllowedTools] = None
"""The allowed tools."""
"""The configuration for allowed tools."""
4 changes: 1 addition & 3 deletions google/genai/_interactions/types/tool_choice_config_param.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,5 @@


class ToolChoiceConfigParam(TypedDict, total=False):
"""The tool choice configuration containing allowed tools."""

allowed_tools: AllowedToolsParam
"""The allowed tools."""
"""The configuration for allowed tools."""