chore: maxTokens 65536 → 63488 (62K)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user