Leonydis137 commited on
Commit
c92b88c
·
verified ·
1 Parent(s): 4d81052

Delete agents/executor.py

Browse files
Files changed (1) hide show
  1. agents/executor.py +0 -5
agents/executor.py DELETED
@@ -1,5 +0,0 @@
1
- from app import llm_model
2
-
3
- def execute_step(step):
4
- prompt = f"Execute the following step:\n{step}"
5
- return llm_model(prompt)