Spaces:
Sleeping
Sleeping
Forgot to add get_techy_phrases_text to the tools list in the agent o-o
Browse files
app.py
CHANGED
|
@@ -103,7 +103,7 @@ with open("prompts.yaml", 'r') as stream:
|
|
| 103 |
|
| 104 |
agent = CodeAgent(
|
| 105 |
model=model,
|
| 106 |
-
tools=[final_answer, get_corporate_bullshit_text], ## add your tools here (don't remove final answer)
|
| 107 |
max_steps=6,
|
| 108 |
verbosity_level=1,
|
| 109 |
grammar=None,
|
|
|
|
| 103 |
|
| 104 |
agent = CodeAgent(
|
| 105 |
model=model,
|
| 106 |
+
tools=[final_answer, get_corporate_bullshit_text, get_techy_phrases_text], ## add your tools here (don't remove final answer)
|
| 107 |
max_steps=6,
|
| 108 |
verbosity_level=1,
|
| 109 |
grammar=None,
|