get_slice_from_object_store
Extract a slice from a string or list in the object store using start and end indices, with optional path for nested access.
Instructions
Extract a slice from a string or list object that is stored in the object store.
:param object_id: Identifier of the object. :param start: Start index for slicing. :param end: End index for slicing (optional - leave empty to get slice from start to end of sequence). :param path: Navigation path to object to slice (optional). :return: String representation of the slice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| path | No | ||
| start | No | ||
| object_id | Yes |