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."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue