Skip to content

Commit 6031044

Browse files
committed
Update types
1 parent ca9ef43 commit 6031044

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

chatlas/types/anthropic/_submit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ class SubmitInputArgs(TypedDict, total=False):
6161
tools: Union[
6262
Iterable[
6363
Union[
64+
anthropic.types.tool_param.ToolParam,
6465
anthropic.types.tool_bash_20250124_param.ToolBash20250124Param,
6566
anthropic.types.tool_text_editor_20250124_param.ToolTextEditor20250124Param,
66-
anthropic.types.tool_param.ToolParam,
6767
]
6868
],
6969
anthropic.NotGiven,

chatlas/types/openai/_submit.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ class SubmitInputArgs(TypedDict, total=False):
4646
"o1-preview-2024-09-12",
4747
"o1-mini",
4848
"o1-mini-2024-09-12",
49+
"gpt-4.5-preview",
50+
"gpt-4.5-preview-2025-02-27",
4951
"gpt-4o",
5052
"gpt-4o-2024-11-20",
5153
"gpt-4o-2024-08-06",

0 commit comments

Comments
 (0)