mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 18:00:36 +00:00
chore: update stainless config (#4096)
# What does this PR do? Removed in https://github.com/llamastack/llama-stack/pull/4067 Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
9df073450f
commit
939a2db58f
1 changed files with 0 additions and 8 deletions
|
|
@ -115,9 +115,6 @@ resources:
|
||||||
sampling_params: SamplingParams
|
sampling_params: SamplingParams
|
||||||
scoring_result: ScoringResult
|
scoring_result: ScoringResult
|
||||||
system_message: SystemMessage
|
system_message: SystemMessage
|
||||||
query_result: RAGQueryResult
|
|
||||||
document: RAGDocument
|
|
||||||
query_config: RAGQueryConfig
|
|
||||||
toolgroups:
|
toolgroups:
|
||||||
models:
|
models:
|
||||||
tool_group: ToolGroup
|
tool_group: ToolGroup
|
||||||
|
|
@ -143,11 +140,6 @@ resources:
|
||||||
endpoint: get /v1/tool-runtime/list-tools
|
endpoint: get /v1/tool-runtime/list-tools
|
||||||
paginated: false
|
paginated: false
|
||||||
invoke_tool: post /v1/tool-runtime/invoke
|
invoke_tool: post /v1/tool-runtime/invoke
|
||||||
subresources:
|
|
||||||
rag_tool:
|
|
||||||
methods:
|
|
||||||
insert: post /v1/tool-runtime/rag-tool/insert
|
|
||||||
query: post /v1/tool-runtime/rag-tool/query
|
|
||||||
|
|
||||||
responses:
|
responses:
|
||||||
models:
|
models:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue