mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 04:04:14 +00:00
renamed create to add items
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
0dbc522bcb
commit
d2ce672d4b
7 changed files with 17 additions and 17 deletions
6
docs/static/llama-stack-spec.html
vendored
6
docs/static/llama-stack-spec.html
vendored
|
@ -614,7 +614,7 @@
|
|||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/CreateRequest"
|
||||
"$ref": "#/components/schemas/AddItemsRequest"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -6355,7 +6355,7 @@
|
|||
"title": "ConversationItemList",
|
||||
"description": "List of conversation items with pagination."
|
||||
},
|
||||
"CreateRequest": {
|
||||
"AddItemsRequest": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"items": {
|
||||
|
@ -6370,7 +6370,7 @@
|
|||
"required": [
|
||||
"items"
|
||||
],
|
||||
"title": "CreateRequest"
|
||||
"title": "AddItemsRequest"
|
||||
},
|
||||
"ConversationItemDeletedResource": {
|
||||
"type": "object",
|
||||
|
|
6
docs/static/llama-stack-spec.yaml
vendored
6
docs/static/llama-stack-spec.yaml
vendored
|
@ -505,7 +505,7 @@ paths:
|
|||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/CreateRequest'
|
||||
$ref: '#/components/schemas/AddItemsRequest'
|
||||
required: true
|
||||
deprecated: false
|
||||
/v1/conversations/{conversation_id}/items/{item_id}:
|
||||
|
@ -4763,7 +4763,7 @@ components:
|
|||
title: ConversationItemList
|
||||
description: >-
|
||||
List of conversation items with pagination.
|
||||
CreateRequest:
|
||||
AddItemsRequest:
|
||||
type: object
|
||||
properties:
|
||||
items:
|
||||
|
@ -4775,7 +4775,7 @@ components:
|
|||
additionalProperties: false
|
||||
required:
|
||||
- items
|
||||
title: CreateRequest
|
||||
title: AddItemsRequest
|
||||
ConversationItemDeletedResource:
|
||||
type: object
|
||||
properties:
|
||||
|
|
6
docs/static/stainless-llama-stack-spec.html
vendored
6
docs/static/stainless-llama-stack-spec.html
vendored
|
@ -614,7 +614,7 @@
|
|||
"content": {
|
||||
"application/json": {
|
||||
"schema": {
|
||||
"$ref": "#/components/schemas/CreateRequest"
|
||||
"$ref": "#/components/schemas/AddItemsRequest"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -8364,7 +8364,7 @@
|
|||
"title": "ConversationItemList",
|
||||
"description": "List of conversation items with pagination."
|
||||
},
|
||||
"CreateRequest": {
|
||||
"AddItemsRequest": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"items": {
|
||||
|
@ -8379,7 +8379,7 @@
|
|||
"required": [
|
||||
"items"
|
||||
],
|
||||
"title": "CreateRequest"
|
||||
"title": "AddItemsRequest"
|
||||
},
|
||||
"ConversationItemDeletedResource": {
|
||||
"type": "object",
|
||||
|
|
6
docs/static/stainless-llama-stack-spec.yaml
vendored
6
docs/static/stainless-llama-stack-spec.yaml
vendored
|
@ -508,7 +508,7 @@ paths:
|
|||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/CreateRequest'
|
||||
$ref: '#/components/schemas/AddItemsRequest'
|
||||
required: true
|
||||
deprecated: false
|
||||
/v1/conversations/{conversation_id}/items/{item_id}:
|
||||
|
@ -6208,7 +6208,7 @@ components:
|
|||
title: ConversationItemList
|
||||
description: >-
|
||||
List of conversation items with pagination.
|
||||
CreateRequest:
|
||||
AddItemsRequest:
|
||||
type: object
|
||||
properties:
|
||||
items:
|
||||
|
@ -6220,7 +6220,7 @@ components:
|
|||
additionalProperties: false
|
||||
required:
|
||||
- items
|
||||
title: CreateRequest
|
||||
title: AddItemsRequest
|
||||
ConversationItemDeletedResource:
|
||||
type: object
|
||||
properties:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue