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