File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 52
52
from .chat_completion_developer_message_param import (
53
53
ChatCompletionDeveloperMessageParam as ChatCompletionDeveloperMessageParam ,
54
54
)
55
+ from .chat_completion_message_tool_call_param import (
56
+ ChatCompletionMessageToolCallParam as ChatCompletionMessageToolCallParam ,
57
+ )
55
58
from .chat_completion_named_tool_choice_param import (
56
59
ChatCompletionNamedToolChoiceParam as ChatCompletionNamedToolChoiceParam ,
57
60
)
Original file line number Diff line number Diff line change
1
+ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+
3
+ from __future__ import annotations
4
+
5
+ from typing_extensions import TypeAlias
6
+
7
+ from .chat_completion_message_function_tool_call_param import (
8
+ Function as Function ,
9
+ ChatCompletionMessageFunctionToolCallParam ,
10
+ )
11
+
12
+ __all__ = ["ChatCompletionMessageToolCallParam" , "Function" ]
13
+
14
+ ChatCompletionMessageToolCallParam : TypeAlias = ChatCompletionMessageFunctionToolCallParam
You can’t perform that action at this time.
0 commit comments