We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1477d73 commit 318fb2cCopy full SHA for 318fb2c
src/secnodeapi/services/tool_orchestrator.py
@@ -177,12 +177,6 @@ async def run_tool_orchestration_phase(
177
178
console.rule("[bold blue]Phase 1b: Tool Orchestration")
179
logger.info("Starting AI-driven tool orchestration phase")
180
-
181
- if pipeline_input.instructions:
182
- for instr in pipeline_input.instructions:
183
- console.print(f"[dim]📝 User instructions loaded ({instr.name}):[/] [cyan]{instr.variables}[/]")
184
185
- api_structure, seed_tests, orch_result = await build_pipeline_artifacts(pipeline_input)
186
187
# 1. Get AI tool plan
188
console.print("[dim]🤖 Asking AI to plan tool invocations...[/]")
0 commit comments