Datasets
Exporting Data
Export your past requests as a JSONL file in their raw form.
Dataset export
After you’ve collected, filtered, and transformed your dataset entries for fine-tuning, you can export them as a JSONL file.
Fields
messages
: The complete chat history.tools
: The tools provided to the model.tool_choice
: The tool required for the model to use.split
: The train/test split to which the entry belongs.