precommit

This commit is contained in:
Xi Yan 2025-03-23 15:31:54 -07:00
parent 31d27115f8
commit b3b63be370

View file

@ -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