Mjlehtim commited on
Commit
ace2041
1 Parent(s): f75f449

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- vector_query_tool_financials,
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