mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-11 21:48:36 +00:00
docs: fix API specs
This commit is contained in:
parent
428126d790
commit
86aee92111
6 changed files with 10 additions and 24 deletions
6
docs/static/llama-stack-spec.yaml
vendored
6
docs/static/llama-stack-spec.yaml
vendored
|
@ -35,8 +35,6 @@ paths:
|
|||
- Inference
|
||||
summary: List chat completions.
|
||||
description: List chat completions.
|
||||
summary: List chat completions.
|
||||
description: List chat completions.
|
||||
parameters:
|
||||
- name: after
|
||||
in: query
|
||||
|
@ -1025,8 +1023,8 @@ paths:
|
|||
$ref: '#/components/responses/DefaultError'
|
||||
tags:
|
||||
- Agents
|
||||
summary: List all responses.
|
||||
description: List all responses.
|
||||
summary: Create a model response.
|
||||
description: Create a model response.
|
||||
parameters: []
|
||||
requestBody:
|
||||
content:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue