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 266edeb commit fd0af12Copy full SHA for fd0af12
src/openai/types/chat/chat_completion_message_tool_call.py
@@ -7,7 +7,7 @@
7
from .chat_completion_message_custom_tool_call import ChatCompletionMessageCustomToolCall
8
from .chat_completion_message_function_tool_call import Function as Function, ChatCompletionMessageFunctionToolCall
9
10
-__all__ = [ "Function", "ChatCompletionMessageToolCallUnion"]
+__all__ = ["Function", "ChatCompletionMessageToolCallUnion"]
11
12
ChatCompletionMessageToolCallUnion: TypeAlias = Annotated[
13
Union[ChatCompletionMessageFunctionToolCall, ChatCompletionMessageCustomToolCall],
0 commit comments