We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f20e76 commit 3a63a58Copy full SHA for 3a63a58
agents/finance_agent.py
@@ -18,7 +18,7 @@ def get_finance_agent(
18
debug_mode: bool = False,
19
) -> Agent:
20
return Agent(
21
- name="Finance Agent",
+ name="Finance Agent",
22
agent_id="finance-agent",
23
session_id=session_id,
24
user_id=user_id,
0 commit comments