10 lines
438 B
TOML
10 lines
438 B
TOML
prompt = """
|
|
In scripts/mma_exec.py:
|
|
1. In 'create_parser', add '--tool-preset' argument.
|
|
2. In 'execute_agent', add 'tool_preset: str | None = None' parameter.
|
|
3. Inside 'execute_agent', if 'tool_preset' is not None, set 'env["SLOP_TOOL_PRESET"] = tool_preset'.
|
|
4. In 'main', extract 'tool_preset' from 'args.tool_preset' or 'task_data.get("tool_preset")'.
|
|
5. Pass 'tool_preset' to the 'execute_agent' call.
|
|
Use 1-space indentation.
|
|
"""
|