Skip to content

Commit 20cb0c8

Browse files
committed
fix(types): actually fix ChatCompletionMessageToolCall type
1 parent a02ac0d commit 20cb0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/openai/types/chat/chat_completion_message_tool_call.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
PropertyInfo(discriminator="type"),
1515
]
1616

17-
ChatCompletionMessageToolCall: TypeAlias = ChatCompletionMessageToolCallUnion
17+
ChatCompletionMessageToolCall: TypeAlias = ChatCompletionMessageFunctionToolCall

0 commit comments

Comments
 (0)