Is this the right place to put thinking default?
"agents": {
"defaults": {
"workspace": "/root/.openclaw/workspace",
"thinkingDefault": "medium",
"embeddedPi": {
"executionContract": "strict-agentic"
},
"models": {
"openai-codex/gpt-5.4": {}
},
"model": {
"primary": "openai-codex/gpt-5.4"
},
"memorySearch": {
"enabled": true,
"provider": "gemini",
"remote": {
"apiKey": "${GEMINI_API_KEY}"
},
"fallback": "none",
"model": "gemini-embedding-001",
"outputDimensionality": 1536
}
},