create_context_receipt_from_path
Create a deterministic context receipt from a local text file or directory, ingesting supported document types (.md, .txt, .rst) to optimize AI coding agent context windows.
Instructions
Create a Context Receipt from a local document file or directory.
Supports text-like documents currently handled by the local receipt ingester (.md, .txt, .rst). The result is deterministic and local.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| query | Yes | ||
| chunk_tokens | No | ||
| token_budget | No | ||
| overlap_tokens | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |