Prompt version retrieved successfully.
Field | Type | Required | Description |
---|---|---|---|
id |
str | ✔️ | N/A |
created_by_id |
OptionalNullable[str] | ➖ | N/A |
updated_by_id |
OptionalNullable[str] | ➖ | N/A |
description |
OptionalNullable[str] | ➖ | The prompt’s description, meant to be displayable in the UI. Use this field to optionally store a long form explanation of the prompt for your own purpose |
prompt_config |
models.GetPromptVersionPromptConfig | ✔️ | A list of messages compatible with the openAI schema |
metadata |
Optional[models.GetPromptVersionMetadata] | ➖ | N/A |
timestamp |
str | ✔️ | N/A |