Datasets
Datasets
How to setup & use datasets
Datasets are ways to group and save LLM interactions. You can use datasets to save important interactions, or start to create a library of events to use for training, evaluation, and more.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to setup & use datasets
{
"modelId": "string",
"messages": [
{
"role": "string",
"content": "string" | "array"
}
],
"action": "ADDED" | "REMOVED"
}