mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-01 16:24:44 +00:00
removing commented out Results item
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
66f7b42795
commit
a962d2550d
1 changed files with 0 additions and 1 deletions
|
@ -154,7 +154,6 @@ class MemoryToolRuntimeImpl(ToolsProtocolPrivate, ToolRuntime, RAGToolRuntime):
|
|||
)
|
||||
break
|
||||
|
||||
# text_content = f"Result {i + 1}:\n"
|
||||
metadata_subset = {k: v for k, v in metadata.items() if k not in ["token_count", "metadata_token_count"]}
|
||||
text_content = query_config.chunk_template.format(index=i + 1, chunk=chunk, metadata=metadata_subset)
|
||||
picked.append(TextContentItem(text=text_content))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue