mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-22 08:17:18 +00:00
Merge branch 'main' into responses-and-safety
This commit is contained in:
commit
505809c05c
42 changed files with 6214 additions and 19 deletions
4
docs/static/deprecated-llama-stack-spec.html
vendored
4
docs/static/deprecated-llama-stack-spec.html
vendored
|
@ -10122,6 +10122,10 @@
|
|||
"type": "string",
|
||||
"description": "(Optional) if specified, the new response will be a continuation of the previous response. This can be used to easily fork-off new responses from existing responses."
|
||||
},
|
||||
"conversation": {
|
||||
"type": "string",
|
||||
"description": "(Optional) The ID of a conversation to add the response to. Must begin with 'conv_'. Input and output messages will be automatically added to the conversation."
|
||||
},
|
||||
"store": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
|
6
docs/static/deprecated-llama-stack-spec.yaml
vendored
6
docs/static/deprecated-llama-stack-spec.yaml
vendored
|
@ -7521,6 +7521,12 @@ components:
|
|||
(Optional) if specified, the new response will be a continuation of the
|
||||
previous response. This can be used to easily fork-off new responses from
|
||||
existing responses.
|
||||
conversation:
|
||||
type: string
|
||||
description: >-
|
||||
(Optional) The ID of a conversation to add the response to. Must begin
|
||||
with 'conv_'. Input and output messages will be automatically added to
|
||||
the conversation.
|
||||
store:
|
||||
type: boolean
|
||||
stream:
|
||||
|
|
4
docs/static/llama-stack-spec.html
vendored
4
docs/static/llama-stack-spec.html
vendored
|
@ -8217,6 +8217,10 @@
|
|||
"type": "string",
|
||||
"description": "(Optional) if specified, the new response will be a continuation of the previous response. This can be used to easily fork-off new responses from existing responses."
|
||||
},
|
||||
"conversation": {
|
||||
"type": "string",
|
||||
"description": "(Optional) The ID of a conversation to add the response to. Must begin with 'conv_'. Input and output messages will be automatically added to the conversation."
|
||||
},
|
||||
"store": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
|
6
docs/static/llama-stack-spec.yaml
vendored
6
docs/static/llama-stack-spec.yaml
vendored
|
@ -6217,6 +6217,12 @@ components:
|
|||
(Optional) if specified, the new response will be a continuation of the
|
||||
previous response. This can be used to easily fork-off new responses from
|
||||
existing responses.
|
||||
conversation:
|
||||
type: string
|
||||
description: >-
|
||||
(Optional) The ID of a conversation to add the response to. Must begin
|
||||
with 'conv_'. Input and output messages will be automatically added to
|
||||
the conversation.
|
||||
store:
|
||||
type: boolean
|
||||
stream:
|
||||
|
|
4
docs/static/stainless-llama-stack-spec.html
vendored
4
docs/static/stainless-llama-stack-spec.html
vendored
|
@ -10226,6 +10226,10 @@
|
|||
"type": "string",
|
||||
"description": "(Optional) if specified, the new response will be a continuation of the previous response. This can be used to easily fork-off new responses from existing responses."
|
||||
},
|
||||
"conversation": {
|
||||
"type": "string",
|
||||
"description": "(Optional) The ID of a conversation to add the response to. Must begin with 'conv_'. Input and output messages will be automatically added to the conversation."
|
||||
},
|
||||
"store": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
|
6
docs/static/stainless-llama-stack-spec.yaml
vendored
6
docs/static/stainless-llama-stack-spec.yaml
vendored
|
@ -7662,6 +7662,12 @@ components:
|
|||
(Optional) if specified, the new response will be a continuation of the
|
||||
previous response. This can be used to easily fork-off new responses from
|
||||
existing responses.
|
||||
conversation:
|
||||
type: string
|
||||
description: >-
|
||||
(Optional) The ID of a conversation to add the response to. Must begin
|
||||
with 'conv_'. Input and output messages will be automatically added to
|
||||
the conversation.
|
||||
store:
|
||||
type: boolean
|
||||
stream:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue