Skip to main content

GetSettingsResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/GetSettingsResponseBody.json
settings objectrequired

Current agent settings

directivesstring[]nullable
empathyint32
languagestring
literalismint32
maxTokensint32
skepticismint32
systemPromptstring
temperaturestring
GetSettingsResponseBody
{
"$schema": "https://example.com/schemas/GetSettingsResponseBody.json",
"settings": {
"directives": "Unknown Type: array,null",
"empathy": 0,
"language": "string",
"literalism": 0,
"maxTokens": 0,
"skepticism": 0,
"systemPrompt": "string",
"temperature": "string"
}
}