joshpopelka commited on
Commit
dba78d7
·
verified ·
1 Parent(s): 9169f8b

Add get_cipher_encrypt to codeagent tools

Browse files

Added get_cipher_encrypt to the list of tools for codeagent

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ with open("prompts.yaml", 'r') as stream:
64
 
65
  agent = CodeAgent(
66
  model=model,
67
- tools=[final_answer], ## add your tools here (don't remove final answer)
68
  max_steps=6,
69
  verbosity_level=1,
70
  grammar=None,
 
64
 
65
  agent = CodeAgent(
66
  model=model,
67
+ tools=[final_answer,get_cipher_encrypt], ## add your tools here (don't remove final answer)
68
  max_steps=6,
69
  verbosity_level=1,
70
  grammar=None,