Spaces:
Runtime error
Runtime error
Delete agents/executor.py
Browse files- 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|