SystemPromptUpdateSchema
Schema for updating an existing system prompt.
contentstring
Replacement text for the system prompt. Overwrites the existing content.
Example:
You are a helpful assistant that responds concisely and accurately.namestring
Name of the system prompt.
SystemPromptUpdateSchema
{
"content": "Updated content for API test. You are a concise assistant."
}
Was this page helpful?