Skip to content

Commit

Permalink
update logger
Browse files Browse the repository at this point in the history
  • Loading branch information
SyedHabibM committed Nov 12, 2024
1 parent d55cace commit ff7a6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superagentx/agentxpipe.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ async def _flow(
pre_result = await self._pre_result(results=results)
if self.memory:
old_memory = await self.retrieve_memory(query_instruction)
logger.info(f"Old Memory: {old_memory}")
logger.debug(f"Old Memory: {old_memory}")
if old_memory:
message_content = ""
async for _mem in iter_to_aiter(old_memory):
Expand Down

0 comments on commit ff7a6da

Please sign in to comment.