Skip to content

Commit 1b0ec03

Browse files
committed
update
1 parent b947d7b commit 1b0ec03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

agents/youtube.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from db.session import db_url
1111

12-
finance_agent_storage = PgAgentStorage(table_name="finance_agent", db_url=db_url)
12+
youtube_agent_storage = PgAgentStorage(table_name="finance_agent", db_url=db_url)
1313

1414

1515
def get_youtube_agent(
@@ -34,7 +34,7 @@ def get_youtube_agent(
3434
num_history_responses=5,
3535
show_tool_calls=True,
3636
add_datetime_to_instructions=True,
37-
storage=finance_agent_storage,
37+
storage=youtube_agent_storage,
3838
# Enable monitoring on phidata.app
3939
monitoring=True,
4040
debug_mode=debug_mode,

0 commit comments

Comments
 (0)