Make a couple properties optional (#963)

This commit is contained in:
Ashwin Bharambe 2025-02-04 16:20:24 -08:00 committed by GitHub
parent 0cbb3e401c
commit 474c4bdd7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 10 deletions

View file

@ -2440,8 +2440,7 @@
"required": [
"role",
"content",
"stop_reason",
"tool_calls"
"stop_reason"
],
"description": "A message containing the model's (assistant) response in a chat conversation."
},
@ -3632,7 +3631,6 @@
},
"additionalProperties": false,
"required": [
"max_infer_iters",
"model",
"instructions",
"enable_session_persistence"
@ -4217,7 +4215,6 @@
"input_messages",
"steps",
"output_message",
"output_attachments",
"started_at"
],
"description": "A single turn in an interaction with an Agentic System."

View file

@ -1486,7 +1486,6 @@ components:
- role
- content
- stop_reason
- tool_calls
description: >-
A message containing the model's (assistant) response in a chat conversation.
GrammarResponseFormat:
@ -2361,7 +2360,6 @@ components:
$ref: '#/components/schemas/ResponseFormat'
additionalProperties: false
required:
- max_infer_iters
- model
- instructions
- enable_session_persistence
@ -2718,7 +2716,6 @@ components:
- input_messages
- steps
- output_message
- output_attachments
- started_at
description: >-
A single turn in an interaction with an Agentic System.