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 5252from .chat_completion_developer_message_param import (
5353 ChatCompletionDeveloperMessageParam as ChatCompletionDeveloperMessageParam ,
5454)
55+ from .chat_completion_message_tool_call_param import (
56+ ChatCompletionMessageToolCallParam as ChatCompletionMessageToolCallParam ,
57+ )
5558from .chat_completion_named_tool_choice_param import (
5659 ChatCompletionNamedToolChoiceParam as ChatCompletionNamedToolChoiceParam ,
5760)
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