mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +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.html
vendored
6
docs/static/llama-stack-spec.html
vendored
|
@ -71,6 +71,8 @@
|
|||
],
|
||||
"summary": "List chat completions.",
|
||||
"description": "List chat completions.",
|
||||
"summary": "List chat completions.",
|
||||
"description": "List chat completions.",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "after",
|
||||
|
@ -1340,8 +1342,8 @@
|
|||
"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