Fetch offloaded content
offload_fetchRetrieve full or partial content from a stored blob, using line slices to fetch only needed data and minimize context window usage.
Instructions
Retrieve a blob's full content, or a 1-indexed inclusive line slice. Use the smallest slice that answers the question to keep the window small.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle | Yes | ||
| endLine | No | ||
| startLine | No |