Skip to content

Commit d376fed

Browse files
authored
Mark function_call as nullable in chat completion requests
Fixes openai/openai-python#1433
1 parent 310c56b commit d376fed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

openapi.yaml

Lines changed: 1 addition & 0 deletions
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)