Skip to content

Commit

Permalink
Update content docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
athyuttamre committed Jun 28, 2023
1 parent 768764b commit a33b9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1886,7 +1886,7 @@ components:
content:
type: string
nullable: true
description: The contents of the message. `content` must be a string all messages except assistant messages with function calls, where it must be set to null.
description: The contents of the message. `content` is required for all messages, and may be null for assistant messages with function calls.
name:
type: string
description: The name of the author of this message. `name` is required if role is `function`, and it should be the name of the function whose response is in the `content`. May contain a-z, A-Z, 0-9, and underscores, with a maximum length of 64 characters.
Expand Down

0 comments on commit a33b9f9

Please sign in to comment.