From 09891128769521e0a71c929a51cd28ce8aa550ca Mon Sep 17 00:00:00 2001 From: Eric Huang Date: Sun, 16 Mar 2025 16:35:23 -0700 Subject: [PATCH] test # What does this PR do? ## Test Plan --- llama_stack/providers/inline/tool_runtime/rag/memory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama_stack/providers/inline/tool_runtime/rag/memory.py b/llama_stack/providers/inline/tool_runtime/rag/memory.py index 4b3f7d9e7..9ac7f472c 100644 --- a/llama_stack/providers/inline/tool_runtime/rag/memory.py +++ b/llama_stack/providers/inline/tool_runtime/rag/memory.py @@ -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(