Update app.py
Browse files
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="
|
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.
|