We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aee9c2c commit 791cc31Copy full SHA for 791cc31
chatlas/types/anthropic/_submit.py
@@ -13,6 +13,7 @@
13
import anthropic.types.tool_bash_20250124_param
14
import anthropic.types.tool_choice_any_param
15
import anthropic.types.tool_choice_auto_param
16
+import anthropic.types.tool_choice_none_param
17
import anthropic.types.tool_choice_tool_param
18
import anthropic.types.tool_param
19
import anthropic.types.tool_text_editor_20250124_param
@@ -56,6 +57,7 @@ class SubmitInputArgs(TypedDict, total=False):
56
57
anthropic.types.tool_choice_auto_param.ToolChoiceAutoParam,
58
anthropic.types.tool_choice_any_param.ToolChoiceAnyParam,
59
anthropic.types.tool_choice_tool_param.ToolChoiceToolParam,
60
+ anthropic.types.tool_choice_none_param.ToolChoiceNoneParam,
61
anthropic.NotGiven,
62
]
63
tools: Union[
0 commit comments