rlm.docs.peek
View a specific section of a document by providing start and end offsets, enabling efficient content access without reading the entire file.
Instructions
View a portion of a document. Enforces max_chars_per_peek.
Args: session_id: Session containing document doc_id: Document ID to peek start: Start offset (inclusive) end: End offset (exclusive), -1 for end of doc
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| doc_id | Yes | ||
| start | No | ||
| end | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||