mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 18:32:41 +00:00
minor cleanup and prompt update
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
38205492f8
commit
eb8acd24b0
6 changed files with 30 additions and 47 deletions
|
|
@ -333,6 +333,6 @@ class MemoryToolRuntimeImpl(ToolGroupsProtocolPrivate, ToolRuntime, RAGToolRunti
|
|||
content=result.content or [],
|
||||
metadata={
|
||||
**(result.metadata or {}),
|
||||
"_annotation_file_mapping": getattr(result, "annotation_file_mapping", None),
|
||||
"citation_files": getattr(result, "citation_files", None),
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue