1b579acf47
Project CI / AI game creator shell Rust shard 1/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 2/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 3/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust shard 4/4 (pull_request) Has been cancelled
Project CI / AI game creator shell Rust smoke (pull_request) Has been cancelled
Project CI / AI game creator shell Rust crates (pull_request) Has been cancelled
Project CI / Backend tests (pull_request) Has been cancelled
Project CI / Native shell tests (pull_request) Has been cancelled
Project CI / Frontend tests (pull_request) Has been cancelled
Project CI / Repository checks (pull_request) Has been cancelled
Project CI / AI game creator shell web tests (pull_request) Has been cancelled
内置默认值 DEFAULT_GAME_CREATOR_LLM_MAX_RETRIES 由 2 改为 10 随App分发的配置模板 game-creator.config.json 的 maxRetries 同步为 10 设置对话框草稿兜底值 maxRetries 同步为 10
23 lines
572 B
JSON
23 lines
572 B
JSON
{
|
|
"schemaVersion": "game-creator-config.v2",
|
|
"agentMode": "codex_app_server",
|
|
"llm": {
|
|
"customEnabled": false,
|
|
"visibleModels": [],
|
|
"apiKey": "",
|
|
"baseUrl": "https://dev.genarrative.world/gpt/v1",
|
|
"model": "gpt-6-astra",
|
|
"apiKind": "openai_responses",
|
|
"reasoningEffort": "max",
|
|
"stream": true,
|
|
"webSearchEnabled": true,
|
|
"contextWindowTokens": 128000,
|
|
"autoCompactTokenLimit": 64000,
|
|
"toolOutputTokenLimit": 12000,
|
|
"requestTimeoutMs": 180000,
|
|
"maxRetries": 10,
|
|
"retryBackoffMs": 500
|
|
},
|
|
"agentLlm": {}
|
|
}
|