mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-12 04:00:42 +00:00
chore: Rename RagTool FileSearchTool
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
4566eebe05
commit
2d9163529a
288 changed files with 16985 additions and 2071 deletions
|
|
@ -121,9 +121,9 @@ resources:
|
|||
tool_response_message: ToolResponseMessage
|
||||
system_message: SystemMessage
|
||||
tool_call: ToolCall
|
||||
query_result: RAGQueryResult
|
||||
query_result: FileSearchResult
|
||||
document: RAGDocument
|
||||
query_config: RAGQueryConfig
|
||||
query_config: FileSearchConfig
|
||||
response_format: ResponseFormat
|
||||
toolgroups:
|
||||
models:
|
||||
|
|
@ -153,8 +153,8 @@ resources:
|
|||
subresources:
|
||||
rag_tool:
|
||||
methods:
|
||||
insert: post /v1/tool-runtime/rag-tool/insert
|
||||
query: post /v1/tool-runtime/rag-tool/query
|
||||
insert: post /v1/tool-runtime/file_search-tool/insert
|
||||
query: post /v1/tool-runtime/file_search-tool/query
|
||||
|
||||
responses:
|
||||
models:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue