mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
19 lines
1.3 KiB
Plaintext
19 lines
1.3 KiB
Plaintext
---
|
|
title: "PresetDesignatedVersion"
|
|
---
|
|
|
|
A specific version of a preset, containing config and optional system prompt.
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| -------------------------- | -------------------------- | -------------------------- | -------------------------- |
|
|
| `config` | Dict[str, *Nullable[Any]*] | :heavy_check_mark: | N/A |
|
|
| `created_at` | *str* | :heavy_check_mark: | N/A |
|
|
| `creator_id` | *str* | :heavy_check_mark: | N/A |
|
|
| `id` | *str* | :heavy_check_mark: | N/A |
|
|
| `preset_id` | *str* | :heavy_check_mark: | N/A |
|
|
| `system_prompt` | *Nullable[str]* | :heavy_check_mark: | N/A |
|
|
| `updated_at` | *str* | :heavy_check_mark: | N/A |
|
|
| `version` | *int* | :heavy_check_mark: | N/A | |