Skip to content

Commit 20894b9

Browse files
IvanLHcopybara-github
authored andcommitted
chore: Update comments
PiperOrigin-RevId: 874707413
1 parent 61aec34 commit 20894b9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

google/genai/_interactions/types/tool_choice_config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,7 @@
2424

2525

2626
class ToolChoiceConfig(BaseModel):
27+
"""The tool choice configuration containing allowed tools."""
28+
2729
allowed_tools: Optional[AllowedTools] = None
28-
"""The configuration for allowed tools."""
30+
"""The allowed tools."""

google/genai/_interactions/types/tool_choice_config_param.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,7 @@
2525

2626

2727
class ToolChoiceConfigParam(TypedDict, total=False):
28+
"""The tool choice configuration containing allowed tools."""
29+
2830
allowed_tools: AllowedToolsParam
29-
"""The configuration for allowed tools."""
31+
"""The allowed tools."""

0 commit comments

Comments
 (0)