mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
chore: replace JSON requestBody block with query params
Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
e3d831f504
commit
de4ed29310
4 changed files with 185 additions and 88 deletions
56
docs/static/stainless-llama-stack-spec.yaml
vendored
56
docs/static/stainless-llama-stack-spec.yaml
vendored
|
|
@ -1701,16 +1701,16 @@ paths:
|
|||
schema:
|
||||
type: string
|
||||
description: 'Path parameter: response_id'
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
anyOf:
|
||||
- type: array
|
||||
items:
|
||||
type: string
|
||||
- type: 'null'
|
||||
title: Include
|
||||
- name: include
|
||||
in: query
|
||||
required: false
|
||||
schema:
|
||||
anyOf:
|
||||
- type: array
|
||||
items:
|
||||
type: string
|
||||
- type: 'null'
|
||||
title: Include
|
||||
responses:
|
||||
'200':
|
||||
description: An ListOpenAIResponseInputItem.
|
||||
|
|
@ -4415,14 +4415,14 @@ paths:
|
|||
- type: string
|
||||
- type: 'null'
|
||||
title: Tool Group Id
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
anyOf:
|
||||
- $ref: '#/components/schemas/URL'
|
||||
- type: 'null'
|
||||
title: Mcp Endpoint
|
||||
- name: mcp_endpoint
|
||||
in: query
|
||||
required: false
|
||||
schema:
|
||||
anyOf:
|
||||
- $ref: '#/components/schemas/URL'
|
||||
- type: 'null'
|
||||
title: Mcp Endpoint
|
||||
responses:
|
||||
'200':
|
||||
description: A ListToolDefsResponse.
|
||||
|
|
@ -4990,16 +4990,16 @@ paths:
|
|||
schema:
|
||||
type: string
|
||||
description: 'Path parameter: conversation_id'
|
||||
requestBody:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
anyOf:
|
||||
- type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/ConversationItemInclude'
|
||||
- type: 'null'
|
||||
title: Include
|
||||
- name: include
|
||||
in: query
|
||||
required: false
|
||||
schema:
|
||||
anyOf:
|
||||
- type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/ConversationItemInclude'
|
||||
- type: 'null'
|
||||
title: Include
|
||||
responses:
|
||||
'200':
|
||||
description: List of conversation items.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue