forked from phoenix-oss/llama-stack-mirror
Make a couple properties optional (#963)
This commit is contained in:
parent
0cbb3e401c
commit
474c4bdd7a
4 changed files with 4 additions and 10 deletions
5
docs/_static/llama-stack-spec.html
vendored
5
docs/_static/llama-stack-spec.html
vendored
|
@ -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."
|
||||
|
|
3
docs/_static/llama-stack-spec.yaml
vendored
3
docs/_static/llama-stack-spec.yaml
vendored
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue