Skip to content

Commit 9055b4d

Browse files
last tweaks
1 parent 452b819 commit 9055b4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openapi.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8862,10 +8862,10 @@ components:
88628862
`none` means the model will not call a function and instead generates a message.
88638863
`auto` means the model can pick between generating a message or calling a function.
88648864
enum: [none, auto]
8865-
- $ref: "#/components/schemas/AgentApiNamedToolChoice"
8865+
- $ref: "#/components/schemas/AssistantsApiNamedToolChoice"
88668866
x-oaiExpandable: true
88678867

8868-
AgentApiNamedToolChoice:
8868+
AssistantsApiNamedToolChoice:
88698869
type: object
88708870
description: Specifies a tool the model should use. Use to force the model to call a specific tool.
88718871
properties:
@@ -8896,10 +8896,10 @@ components:
88968896
description: >
88978897
`auto` is the default value
88988898
enum: [none, auto]
8899-
- $ref: "#/components/schemas/AgentApiResponseFormat"
8899+
- $ref: "#/components/schemas/AssistantsApiResponseFormat"
89008900
x-oaiExpandable: true
89018901

8902-
AgentApiResponseFormat:
8902+
AssistantsApiResponseFormat:
89038903
type: object
89048904
description: |
89058905
An object describing the expected output of the model. If `json_object` only `function` type `tools` are allowed to be passed to the Run. If `text` the model can return text or any value needed.

0 commit comments

Comments
 (0)