consult
Get advisory model help for your question or material. Select effort, privacy, and purpose; receive evidence-based guidance, not a governed verdict, and optional route diagnostics.
Instructions
Primary advisory model-help surface. Choose purpose, standard or thorough effort, and whether external processing is allowed; routing and any explicit local degradation are reported. It returns advisory evidence, not governed judgment. Use response_mode='full' for route diagnostics. consult never creates a review verdict; use request_review for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brief | Yes | Question or material to send for advisory model help. | |
| effort | No | standard uses the lower-overhead inference lane; thorough requests the operator-authorized strong-model lane. | standard |
| privacy | No | local confines routing to the configured local inference service; cloud_allowed permits, but does not require, external processing. | local |
| purpose | No | Desired advisory operation. critique remains model advice, not a governed peer-review verdict. | answer |
| agent_id | No | UNIQUE agent identifier; optional when session-bound (auto-injected). | |
| response_mode | No | compact returns the advisory result and policy outcome; full adds a single diagnostics object with route and inference provenance. | compact |
| allow_degraded | No | Allow thorough effort to fall back to standard local inference. This never weakens the requested privacy policy. | |
| continuity_token | No | Ownership proof from onboard()/identity(), for same-live-process rebinds only. Not a cross-process resume credential. | |
| client_session_id | No | In-session binding id from start_session()/identity(); pass it on same-process calls. Not a cross-process proof. |