SystemPromptResponseSchema
Schema for system prompt response.
contentstringrequired
Content of the system prompt.
idintegerrequired
Unique identifier of the system prompt.
namestringrequired
Name of the system prompt.
organization_idintegerrequired
ID of the organization.
user_idintegerrequired
ID of the user who created the prompt.
created_atstring<date-time>
ISO 8601 UTC timestamp indicating when the system prompt was created.
updated_atstring<date-time>
Last update timestamp.
uuidstring
UUID of the prompt.
SystemPromptResponseSchema
{
"content": "string",
"id": 0,
"name": "string",
"organization_id": 0,
"user_id": 0,
"created_at": null,
"updated_at": null,
"uuid": null
}
Was this page helpful?