mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-06 02:32:40 +00:00
precommit
This commit is contained in:
parent
31d27115f8
commit
b3b63be370
1 changed files with 1 additions and 1 deletions
|
@ -453,7 +453,7 @@ class ChatAgent(ShieldRunnerMixin):
|
|||
for document in documents:
|
||||
raw_document_text = await get_raw_document_text(document)
|
||||
contexts.append(raw_document_text)
|
||||
|
||||
|
||||
attached_context = "\n".join(contexts)
|
||||
input_messages[-1].context = attached_context
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue