Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/libs/tryAGI.OpenAI/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8550,6 +8550,10 @@ components:
discriminator:
propertyName: type
x-stainless-go-variant-constructor: skip
x-stainless-naming:
python:
model_name: chat_completion_message_tool_call_union
param_model_name: chat_completion_message_tool_call_union_param
description: 'The tool calls generated by the model, such as function calls.'
ChatCompletionModalities:
type: array
Expand Down
Loading