@vibe-forge/core 0.7.3 → 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/config/types.ts +1 -1
package/package.json
CHANGED
package/src/config/types.ts
CHANGED
|
@@ -43,7 +43,7 @@ export interface ModelServiceConfig {
|
|
|
43
43
|
timeoutMs?: number
|
|
44
44
|
/**
|
|
45
45
|
* 模型服务默认最大输出 token。
|
|
46
|
-
* - Codex:
|
|
46
|
+
* - Codex: 对 routed model service 通过本地代理写入 Responses API `max_output_tokens`
|
|
47
47
|
* - Claude Code Router: 映射为 `maxtoken` transformer
|
|
48
48
|
* - OpenCode: 映射为 model `options.maxOutputTokens` / `limit.output`
|
|
49
49
|
*/
|