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 @@ -10355,6 +10355,10 @@ components:
propertyName: type
x-stainless-go-variant-constructor:
naming: 'chat_completion_{variant}_tool'
x-stainless-naming:
python:
model_name: chat_completion_tool_union
param_model_name: chat_completion_tool_union_param
description: "A list of tools the model may call. You can provide either\n[custom tools](https://platform.openai.com/docs/guides/function-calling#custom-tools) or\n[function tools](https://platform.openai.com/docs/guides/function-calling).\n"
top_logprobs:
maximum: 20
Expand Down
Loading