get_from_object_store
Fetch an object from the object store using its ID, with optional support for nested path retrieval.
Instructions
Use this tool to fetch an object from the object store.
You can fetch a specific object by using the object's id (e.g. @obj_001).
You can also fetch any nested path by using the path-parameter
(e.g. {"object_id": "@obj_001", "path": "user_info.given_name"}
-> returns the content at obj.user_info.given_name).
:param object_id: The id of the object to fetch in the format @obj_001.
:param path: The path of the object to fetch in the format of access.to.attr or ["access"]["to"]["attr"].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_id | Yes | ||
| path | No |