Update agent.py
Browse files
agent.py
CHANGED
@@ -92,7 +92,7 @@ agent = FunctionAgent(
|
|
92 |
llm=llm,
|
93 |
system_prompt="...",
|
94 |
max_iterations=5,
|
95 |
-
verbose=True
|
96 |
system_prompt="""
|
97 |
You are a highly capable AI agent taking the GAIA benchmark test.
|
98 |
|
|
|
92 |
llm=llm,
|
93 |
system_prompt="...",
|
94 |
max_iterations=5,
|
95 |
+
verbose=True,
|
96 |
system_prompt="""
|
97 |
You are a highly capable AI agent taking the GAIA benchmark test.
|
98 |
|