mirjam-m commited on
Commit
a944500
·
1 Parent(s): f5f95ed

graph test

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ class BasicAgent:
110
  "EXCEEDED_ATTEMPTS": "exceeded_attempts",
111
  "WEB_SEARCH": "web_search",
112
  "WIKI_SEARCH": "wiki_search",
113
- "PYTHON_EXEX": "python_exec",
114
  },
115
  )
116
 
 
110
  "EXCEEDED_ATTEMPTS": "exceeded_attempts",
111
  "WEB_SEARCH": "web_search",
112
  "WIKI_SEARCH": "wiki_search",
113
+ "PYTHON_EXEC": "python_exec",
114
  },
115
  )
116