bstraehle commited on
Commit
b577de7
·
verified ·
1 Parent(s): c191089

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +2 -0
agent.py CHANGED
@@ -35,6 +35,8 @@ def run_agent(question, file_name):
35
  WikipediaSearchTool()],
36
  verbosity_level = 1
37
  )
 
 
38
 
39
  return agent.run(question)
40
 
 
35
  WikipediaSearchTool()],
36
  verbosity_level = 1
37
  )
38
+
39
+ print(PHOENIX_CLIENT_HEADERS)
40
 
41
  return agent.run(question)
42