Skip to content

Commit

Permalink
Merge pull request openai#139 from openai/dev/att/fn-content-nullable
Browse files Browse the repository at this point in the history
Make message.content nullable for function responses
  • Loading branch information
athyuttamre committed Dec 12, 2023
2 parents 5338a29 + f2bc171 commit 895b625
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 @@ -5827,6 +5827,7 @@ components:
enum: ["function"]
description: The role of the messages author, in this case `function`.
content:
nullable: true
type: string
description: The contents of the function message.
name:
Expand Down

0 comments on commit 895b625

Please sign in to comment.