Skip to content

Commit 791cc31

Browse files
committed
Update types
1 parent aee9c2c commit 791cc31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

chatlas/types/anthropic/_submit.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import anthropic.types.tool_bash_20250124_param
1414
import anthropic.types.tool_choice_any_param
1515
import anthropic.types.tool_choice_auto_param
16+
import anthropic.types.tool_choice_none_param
1617
import anthropic.types.tool_choice_tool_param
1718
import anthropic.types.tool_param
1819
import anthropic.types.tool_text_editor_20250124_param
@@ -56,6 +57,7 @@ class SubmitInputArgs(TypedDict, total=False):
5657
anthropic.types.tool_choice_auto_param.ToolChoiceAutoParam,
5758
anthropic.types.tool_choice_any_param.ToolChoiceAnyParam,
5859
anthropic.types.tool_choice_tool_param.ToolChoiceToolParam,
60+
anthropic.types.tool_choice_none_param.ToolChoiceNoneParam,
5961
anthropic.NotGiven,
6062
]
6163
tools: Union[

0 commit comments

Comments
 (0)