From 8e423c69fc1212d2b22f718994c5b1754abfab37 Mon Sep 17 00:00:00 2001 From: Pavan Kumar <66913595+ascender1729@users.noreply.github.com> Date: Sat, 7 Jun 2025 23:10:37 +0530 Subject: [PATCH] Update duckdb_agent.py --- examples/communication_examples/duckdb_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/communication_examples/duckdb_agent.py b/examples/communication_examples/duckdb_agent.py index b10b3c6e..312b9346 100644 --- a/examples/communication_examples/duckdb_agent.py +++ b/examples/communication_examples/duckdb_agent.py @@ -15,7 +15,7 @@ agent = Agent( model_name="gpt-4o-mini", long_term_memory=conversation_store, max_loops=1, - autosave=True, + autosave=False, ) response = agent.run("What are your hours of operation?")