PlanConfiguration
Field |
Type |
Repeated |
Description |
query |
|||
provider |
oneOf |
||
⮑gemini |
|||
⮑openai |
|||
⮑claude |
|||
⮑mock |
|||
events |
✅ |
||
average_response_time_ms |
|||
local_analysis |
✅ |
||
context_documents |
✅ |
||
analysis_interval_secs |
|||
review_spec |
When set, each proposed spec is passed through an automatic review round: a second LLM request critiques the candidate against the original query, and one revision is applied when the review rejects it. Costs one or two extra plan-time requests; the plan phase is pre-live so quality usually beats cost here. |
||
allowed_tools |
Item 13: presence of this message opts in to planner-designed analysis flows — the planner may propose the localAnalysis DAG (tools, gates, cadence) chosen from the granted palette, instead of (or on top of) the pre-configured local_analysis list, which is always kept. |