read_example
Retrieve a specific LangSmith example by its ID, with optional dataset version or timestamp for historical state.
Instructions
Read a specific example from LangSmith.
Args: example_id (str): Example ID to retrieve as_of (str, optional): Dataset version tag or ISO timestamp
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of | No | Dataset version tag or ISO timestamp | |
| example_id | Yes | Example ID to retrieve |