SystemPromptCreateSchema
Schema for creating a new system prompt.
contentstringrequired
The system prompt text that defines the model's persona, behavior, and response constraints.
Example:
You are a helpful assistant that responds concisely and accurately.namestringrequired
Unique display name for the system prompt template.
Example:
example-system-promptSystemPromptCreateSchema
{
"name": "example-sysprompt",
"content": "You are a helpful assistant created for API testing purposes."
}
Was this page helpful?