mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 04:30:21 +00:00
feat(openai): add opt-in GPT personality
This commit is contained in:
@@ -46,11 +46,11 @@
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"personalityOverlay": {
|
||||
"personality": {
|
||||
"type": "string",
|
||||
"enum": ["friendly", "off"],
|
||||
"default": "friendly",
|
||||
"description": "Controls the default OpenAI-specific prompt overlay used for OpenAI and OpenAI Codex runs."
|
||||
"default": "off",
|
||||
"description": "Controls the default OpenAI-specific personality used for OpenAI and OpenAI Codex runs."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user