Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -84,7 +84,8 @@ class TestAgent:
|
|
| 84 |
additional_authorized_imports=["pandas","markdownify","requests"],
|
| 85 |
model=model,
|
| 86 |
max_steps=3,
|
| 87 |
-
verbosity_level=2
|
|
|
|
| 88 |
)
|
| 89 |
|
| 90 |
def __call__(self, question: str) -> str:
|
|
|
|
| 84 |
additional_authorized_imports=["pandas","markdownify","requests"],
|
| 85 |
model=model,
|
| 86 |
max_steps=3,
|
| 87 |
+
verbosity_level=2,
|
| 88 |
+
use_structured_outputs_internally=True
|
| 89 |
)
|
| 90 |
|
| 91 |
def __call__(self, question: str) -> str:
|