mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
fix: Added the missing endpoints to the Stainless config
Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
e0a69f2709
commit
f7d0494927
1 changed files with 10 additions and 0 deletions
|
|
@ -210,6 +210,9 @@ resources:
|
||||||
create:
|
create:
|
||||||
type: http
|
type: http
|
||||||
endpoint: post /v1/conversations/{conversation_id}/items
|
endpoint: post /v1/conversations/{conversation_id}/items
|
||||||
|
delete:
|
||||||
|
type: http
|
||||||
|
endpoint: delete /v1/conversations/{conversation_id}/items/{item_id}
|
||||||
|
|
||||||
inspect:
|
inspect:
|
||||||
models:
|
models:
|
||||||
|
|
@ -377,6 +380,13 @@ resources:
|
||||||
list_files_response: ListOpenAIFileResponse
|
list_files_response: ListOpenAIFileResponse
|
||||||
delete_file_response: OpenAIFileDeleteResponse
|
delete_file_response: OpenAIFileDeleteResponse
|
||||||
|
|
||||||
|
batches:
|
||||||
|
methods:
|
||||||
|
create: post /v1/batches
|
||||||
|
list: get /v1/batches
|
||||||
|
retrieve: get /v1/batches/{batch_id}
|
||||||
|
cancel: post /v1/batches/{batch_id}/cancel
|
||||||
|
|
||||||
alpha:
|
alpha:
|
||||||
subresources:
|
subresources:
|
||||||
inference:
|
inference:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue