7 lines
383 B
TOML
7 lines
383 B
TOML
prompt = """
|
|
In src/multi_agent_conductor.py:
|
|
1. In 'ConductorEngine.run' (around line 225), when creating the 'WorkerContext' instance, include 'tool_preset=self.tier_usage["Tier 3"]["tool_preset"]'.
|
|
2. In 'run_worker_lifecycle' (around line 315), after the 'ai_client.set_provider' call, add a call to 'ai_client.set_tool_preset(context.tool_preset)'.
|
|
Use 1-space indentation.
|
|
"""
|