prepare_proof_guided_context
Selects local documents, performs security checks, and creates a signed, auditable proof request for context-guided model inference.
Instructions
Prepare a durable proof-guided model request from local documents.
This tool performs only local selection, security checks, exact-recovery
commitments, and signed auditing. It does not call a model. Send the
returned request through the host's configured model route, then
pass the model text to advance_proof_guided_context. The path must
remain inside the attached project root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| query | Yes | ||
| max_rounds | No | ||
| token_budget | No | ||
| idempotency_key | No | ||
| max_chunks_per_round | No | ||
| recovery_token_budget | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |