Skip to main content

UpdateSettingsRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/UpdateSettingsRequestBody.json
directivesstring[]nullable

Extra directives merged with persona defaults

empathyint32

1=detached, 5=helpful/warm (0=persona default)

languagestring

Force response language (e.g. en, it)

literalismint32

1=creative, 5=strictly literal (0=persona default)

maxTokensint32

Max response tokens (0=persona default)

skepticismint32

1=trusting, 5=strict to docs (0=persona default)

systemPromptstring

Custom system prompt prepended to every query

temperaturestring

Response style: precise, balanced, creative

UpdateSettingsRequestBody
{
"$schema": "https://example.com/schemas/UpdateSettingsRequestBody.json",
"directives": "Unknown Type: array,null",
"empathy": 0,
"language": "string",
"literalism": 0,
"maxTokens": 0,
"skepticism": 0,
"systemPrompt": "string",
"temperature": "string"
}