Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -608,8 +608,8 @@ with strategies_container:
|
|
608 |
name="Financials QA System",
|
609 |
func=financials_chain.invoke,
|
610 |
description="Useful for answering general questions about financial or operational information concerning the company.",
|
611 |
-
|
612 |
-
|
613 |
)
|
614 |
|
615 |
# Initialize the agent with LCEL tools and memory
|
|
|
608 |
name="Financials QA System",
|
609 |
func=financials_chain.invoke,
|
610 |
description="Useful for answering general questions about financial or operational information concerning the company.",
|
611 |
+
),
|
612 |
+
vector_query_tool_financials,
|
613 |
)
|
614 |
|
615 |
# Initialize the agent with LCEL tools and memory
|