Skip to main content

SystemPromptCreateSchema

Schema for creating a new system prompt.

contentstringrequired

The system prompt text that defines the model's persona, behavior, and response constraints.

Min length: 1 character (non-empty)

Example: You are a helpful assistant that responds concisely and accurately.
namestringrequired

Unique display name for the system prompt template.

Length: 1–255 characters

Possible values: and

Example: example-system-prompt
SystemPromptCreateSchema
{
"name": "example-sysprompt",
"content": "You are a helpful assistant created for API testing purposes."
}