mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 13:03:52 +00:00
precommit
This commit is contained in:
parent
6a8bd19ba2
commit
cc48d9e9e6
5 changed files with 7 additions and 17 deletions
2
docs/_static/llama-stack-spec.html
vendored
2
docs/_static/llama-stack-spec.html
vendored
|
|
@ -2229,7 +2229,7 @@
|
|||
{
|
||||
"name": "limit",
|
||||
"in": "query",
|
||||
"description": "The number of rows to get per page.",
|
||||
"description": "The number of rows to get.",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"type": "integer"
|
||||
|
|
|
|||
2
docs/_static/llama-stack-spec.yaml
vendored
2
docs/_static/llama-stack-spec.yaml
vendored
|
|
@ -1497,7 +1497,7 @@ paths:
|
|||
type: integer
|
||||
- name: limit
|
||||
in: query
|
||||
description: The number of rows to get per page.
|
||||
description: The number of rows to get.
|
||||
required: false
|
||||
schema:
|
||||
type: integer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue