| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
Optional[str] | ➖ | N/A | |
name |
Optional[str] | ➖ | Stable object name. | |
definition |
Optional[models.PromptDefinition] | ➖ | Versioned prompt content. | |
version |
Optional[int] | ➖ | N/A | 1 |
notes |
Optional[str] | ➖ | Notes for this version. | |
aliases |
List[str] | ➖ | Aliases pointing to this version. | |
sharing_scope |
Optional[models.RegistrySharingScope] | ➖ | N/A | |
created_at |
date | ➖ | RFC 3339 timestamp. | Example 1: 1s Example 2: 1.000340012s |
updated_at |
date | ➖ | RFC 3339 timestamp. | Example 1: 1s Example 2: 1.000340012s |
latest_version |
Optional[int] | ➖ | Latest version number. | 1 |
title |
Optional[str] | ➖ | Display title. | |
description |
Optional[str] | ➖ | Display description. |