ReasoningPlanSettings.allowedTools property
Opt in to planner-designed analysis flows: grant the planner a palette of local tools and it designs the localAnalysis flow itself — tools, instance gates, cadence — validated server-side exactly as a hand-written configuration would be, with costs weighed in the design. "all" grants every tool. Any localAnalysisTools are always kept and the planner designs on top of them (it may gate on their signals). Artifacts the planner cannot supply (galleries, model files) surface as ReasoningSpec.requirements. Omit for today’s behaviour where localAnalysisTools alone define the flow.
Signature:
allowedTools?: "all" | LocalAnalysisToolName[];