Fix system prompt return

This commit is contained in:
magmueller
2024-11-25 16:56:03 +01:00
parent 3b40d7e5f6
commit cb9006aada

View File

@@ -31,7 +31,8 @@ async def main():
print(
json.dumps(
agent.system_prompt.get_system_message().model_dump(exclude_unset=True), indent=4
agent.message_manager.system_prompt.model_dump(exclude_unset=True),
indent=4,
)
)