sirine1712 commited on
Commit
8cc1f15
·
verified ·
1 Parent(s): ae52aa8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def calculate(expression: str) -> str:
61
  class GAIAAgent:
62
  def __init__(self):
63
  self.agent = ToolCallingAgent(
64
- name="GAIA Agent Tool",
65
  description="""You are an AI assistant that answers questions using tools:
66
  - Use 'web_search' for looking up facts and recent information.
67
  - Use 'calculate' for evaluating math expressions.
 
61
  class GAIAAgent:
62
  def __init__(self):
63
  self.agent = ToolCallingAgent(
64
+ name="GAIA_Agent",
65
  description="""You are an AI assistant that answers questions using tools:
66
  - Use 'web_search' for looking up facts and recent information.
67
  - Use 'calculate' for evaluating math expressions.