Skip to content

Commit 14b66f5

Browse files
authored
Merge pull request #269 from rattrayalex/patch-13
Mark `function_call` as nullable in chat completion requests
2 parents 310c56b + d376fed commit 14b66f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openapi.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -7487,6 +7487,7 @@ components:
74877487
type: object
74887488
deprecated: true
74897489
description: "Deprecated and replaced by `tool_calls`. The name and arguments of a function that should be called, as generated by the model."
7490+
nullable: true
74907491
properties:
74917492
arguments:
74927493
type: string

0 commit comments

Comments
 (0)