plan_intent
Start or revise a structured search plan to define the core question, query type, time sensitivity, and ambiguities for targeted web research.
Instructions
Optionally start or revise a structured search plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Optional domain. | |
| thought | No | Optional concise planning note. | |
| confidence | No | Confidence score. | |
| query_type | Yes | Question type. | |
| session_id | No | Existing session to revise, or empty. | |
| ambiguities | No | Comma-separated ambiguities. | |
| is_revision | No | Overwrite the previous intent. | |
| core_question | Yes | Distilled core question. | |
| premise_valid | No | Whether the premise is valid. | |
| time_sensitivity | Yes | How time-sensitive the answer is. | |
| unverified_terms | No | Comma-separated terms to verify. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| status | No | success | |
| partial | No | ||
| session_id | No | ||
| error_detail | No | ||
| plan_complete | No | ||
| executable_plan | No | ||
| completed_phases | No | ||
| complexity_level | No | ||
| phases_remaining | No |