Skip to main content

Example data format

Recommended Reading

Before diving into this content, it might be helpful to read the following:

LangSmith stores examples in datasets as follows:

Field NameTypeDescription
idUUIDUnique identifier for the example.
namestringThe name of the example.
created_atdatetimeThe time this example was created
modified_atdatetimeThe last time this example was modified
inputsobjectA map of inputs for the example.
outputsobjectA map or set of outputs generated by the run.
dataset_idUUIDThe dataset the example belongs to
source_run_idUUIDIf this example was created from a LangSmith Run, the ID of said run
metadataobjectA map of additional, user or SDK defined information that can be stored on an example.

To learn more about how examples are used in evaluation, read our how-to guide on evaluating LLM applications.


Was this page helpful?


You can leave detailed feedback on GitHub.