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 a02ac0d commit 20cb0c8Copy full SHA for 20cb0c8
src/openai/types/chat/chat_completion_message_tool_call.py
@@ -14,4 +14,4 @@
14
PropertyInfo(discriminator="type"),
15
]
16
17
-ChatCompletionMessageToolCall: TypeAlias = ChatCompletionMessageToolCallUnion
+ChatCompletionMessageToolCall: TypeAlias = ChatCompletionMessageFunctionToolCall
0 commit comments