Skip to content

Commit

Permalink
Merge pull request openai#52 from rattrayalex/patch-3
Browse files Browse the repository at this point in the history
Mark function.parameters as required
  • Loading branch information
athyuttamre committed Jun 28, 2023
2 parents 0c432eb + 05bcf53 commit 8493692
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1919,8 +1919,9 @@ components:
description: The description of what the function does.
parameters:
$ref: '#/components/schemas/ChatCompletionFunctionParameters'
required:
required:
- name
- parameters

ChatCompletionResponseMessage:
type: object
Expand Down

0 comments on commit 8493692

Please sign in to comment.