Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
data | Nullable[components.PresetDesignatedVersion] | :heavy_check_mark: | A specific version of a preset, containing config and optional system prompt. | { βconfigβ: { βmodelβ: βopenai/gpt-4oβ, βtemperatureβ: 0.7 }, βcreated_atβ: β2026-04-20T10:00:00Zβ, βcreator_idβ: βuser_2dHFtVWx2n56w6HkM0000000000β, βidβ: β550e8400-e29b-41d4-a716-446655440000β, βpreset_idβ: β650e8400-e29b-41d4-a716-446655440001β, βsystem_promptβ: βYou are a helpful assistant.β, βupdated_atβ: β2026-04-20T10:00:00Zβ, βversionβ: 1 } |