Skip to main content

SystemPromptUpdateSchema

Schema for updating an existing system prompt.

contentstring

Replacement text for the system prompt. Overwrites the existing content.

Min length: 1 character (non-empty)

Default: null
Example: You are a helpful assistant that responds concisely and accurately.
namestring

Name of the system prompt.

Length: 1–255 characters

Possible values: and

Default: null
SystemPromptUpdateSchema
{
"content": "Updated content for API test. You are a concise assistant."
}