mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 13:49:59 +00:00
next_index -> next_start_index
This commit is contained in:
parent
d9264a0925
commit
6a8bd19ba2
5 changed files with 22 additions and 12 deletions
2
docs/_static/llama-stack-spec.html
vendored
2
docs/_static/llama-stack-spec.html
vendored
|
|
@ -8160,7 +8160,7 @@
|
|||
},
|
||||
"description": "The rows in the current page."
|
||||
},
|
||||
"next_index": {
|
||||
"next_start_index": {
|
||||
"type": "integer",
|
||||
"description": "Index into dataset for the first row in the next page. None if there are no more rows."
|
||||
}
|
||||
|
|
|
|||
2
docs/_static/llama-stack-spec.yaml
vendored
2
docs/_static/llama-stack-spec.yaml
vendored
|
|
@ -5557,7 +5557,7 @@ components:
|
|||
- type: array
|
||||
- type: object
|
||||
description: The rows in the current page.
|
||||
next_index:
|
||||
next_start_index:
|
||||
type: integer
|
||||
description: >-
|
||||
Index into dataset for the first row in the next page. None if there are
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue