Edit result object

This commit is contained in:
Magnus Müller
2025-07-08 10:32:17 +02:00
parent 81e5fb49a2
commit ec68a7e28e

View File

@@ -657,7 +657,7 @@ Explain the content of the page and that the requested information is not availa
msg = f'🔍 {long_term_memory}'
logger.info(msg)
return ActionResult(extracted_content=msg, include_in_memory=True, long_term_memory=long_term_memory)
return ActionResult(long_term_memory=long_term_memory)
# send keys