Skip to content

Commit

Permalink
Merge pull request #269 from rattrayalex/patch-13
Browse files Browse the repository at this point in the history
Mark `function_call` as nullable in chat completion requests
  • Loading branch information
nknj authored May 28, 2024
2 parents 310c56b + d376fed commit 14b66f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7487,6 +7487,7 @@ components:
type: object
deprecated: true
description: "Deprecated and replaced by `tool_calls`. The name and arguments of a function that should be called, as generated by the model."
nullable: true
properties:
arguments:
type: string
Expand Down

0 comments on commit 14b66f5

Please sign in to comment.