chore: maxTokens 65536 → 63488 (62K)

This commit is contained in:
thzxx
2026-06-27 22:01:27 +08:00
parent 594652f27a
commit f99c65ee28
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ export class AgentLoopEngine extends EventEmitter {
messages,
tools: this.tools.length > 0 ? this.tools : undefined,
params: {
maxTokens: 65536,
maxTokens: 63488,
temperature: this.config.temperature,
stream: true,
thinkingEnabled: true,