Skip to main content

PromptVersionComparisonRead

current_version objectrequired

A single saved version of a prompt.

idIdrequired

Unique numeric identifier of the record.

prompt_idPrompt Idrequired

ID of the prompt this version belongs to.

version_numberVersion Numberrequired

Monotonic version number within the prompt.

contentContentrequired

The prompt text for this version.

description objectrequired

Optional change description for this version.

anyOf
string
author objectrequired

Who authored this version.

anyOf
string
created_atdate-timerequired

Creation time (UTC, ISO 8601).

previous_version object
anyOf
idIdrequired

Unique numeric identifier of the record.

prompt_idPrompt Idrequired

ID of the prompt this version belongs to.

version_numberVersion Numberrequired

Monotonic version number within the prompt.

contentContentrequired

The prompt text for this version.

description objectrequired

Optional change description for this version.

anyOf
string
author objectrequired

Who authored this version.

anyOf
string
created_atdate-timerequired

Creation time (UTC, ISO 8601).

PromptVersionComparisonRead
{
"current_version": {
"id": 0,
"prompt_id": 0,
"version_number": 0,
"content": "string",
"description": "string",
"author": "string",
"created_at": "2024-07-29T15:51:28.071Z"
},
"previous_version": {
"id": 0,
"prompt_id": 0,
"version_number": 0,
"content": "string",
"description": "string",
"author": "string",
"created_at": "2024-07-29T15:51:28.071Z"
}
}