RCaz commited on
Commit
3f5d44e
·
verified ·
1 Parent(s): 4199b2e

Update agent.py

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