68dfd2c24f
增加 DirectProject 流式可见文本投影和敏感内容过滤 接入受控 web search 工具及参数、网络边界测试 补充配置迁移和运行时回归覆盖
24 lines
569 B
JSON
24 lines
569 B
JSON
{
|
|
"schemaVersion": "game-creator-config.v2",
|
|
"agentMode": "codex_app_server",
|
|
"llm": {
|
|
"apiKey": "",
|
|
"baseUrl": "https://dev.genarrative.world/gpt/v1",
|
|
"model": "gpt-5.6-sol",
|
|
"apiKind": "openai_responses",
|
|
"reasoningEffort": "max",
|
|
"stream": true,
|
|
"webSearchEnabled": true,
|
|
"contextWindowTokens": 128000,
|
|
"autoCompactTokenLimit": 64000,
|
|
"toolOutputTokenLimit": 12000,
|
|
"requestTimeoutMs": 180000,
|
|
"maxRetries": 2,
|
|
"retryBackoffMs": 500
|
|
},
|
|
"agentLlm": {},
|
|
"planning": {
|
|
"capabilityEnabled": true
|
|
}
|
|
}
|