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
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