Expand dataset with synthetic samples
Generate synthetic dataset samples using LLM based on existing data patterns
Path parameters
Request body
Example request
{
"model": "gpt-4",
"sample_count": 10,
"preserve_fields": [
"input",
"expected_output"
],
"variation_instructions": "Create variations that test edge cases"
}Response
Generated synthetic samples
Example response
{
"model": "gpt-4",
"total_generated": 10
}Changes
Changed in 4 of the 58 revisions of this API.55
- ○
added the optional property
generated_samples/items/experiment_items/items/feedback_scores/items/value_by_author/additionalProperties/authorto the response with the200statusresponse-optional-property-added
- ○
added the optional property
generated_samples/items/experiment_items/items/feedback_scores/items/value_by_author/additionalProperties/source_queue_idto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
generated_samples/items/experiment_items/items/comments/items/source_queue_idto the response with the200statusresponse-optional-property-added
- ○
added the optional property
generated_samples/items/experiment_items/items/feedback_scores/items/source_queue_idto the response with the200statusresponse-optional-property-added
- ○
- ○
added the optional property
generated_samples/items/experiment_items/items/trace_metadatato the response with the200statusresponse-optional-property-added
- ○
- ●
removed the optional property
generated_samples/items/experiment_items/items/comments/items/source_queue_idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
generated_samples/items/experiment_items/items/feedback_scores/items/source_queue_idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
generated_samples/items/experiment_items/items/feedback_scores/items/value_by_author/additionalProperties/authorfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
generated_samples/items/experiment_items/items/feedback_scores/items/value_by_author/additionalProperties/source_queue_idfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
generated_samples/items/experiment_items/items/trace_metadatafrom the response with the200statusresponse-optional-property-removed
This revision also has 40 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●