mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-07 11:08:20 +00:00
test
# What does this PR do? ## Test Plan
This commit is contained in:
parent
e3e7013ac8
commit
0989112876
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ class MemoryToolRuntimeImpl(ToolsProtocolPrivate, ToolRuntime, RAGToolRuntime):
|
|||
TextContentItem(
|
||||
text=f"Result {i + 1}:\nDocument_id:{metadata['document_id'][:5]}\nContent: {c.content}\n",
|
||||
)
|
||||
)
|
||||
)s
|
||||
picked.append(TextContentItem(text="END of knowledge_search tool results.\n"))
|
||||
|
||||
return RAGQueryResult(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue