mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 14:40:20 +00:00
feat: add fast mode toggle for OpenAI models
This commit is contained in:
@@ -166,6 +166,7 @@ async function touchSessionStore(params: {
|
||||
sessionId: params.sessionId,
|
||||
updatedAt: params.now,
|
||||
thinkingLevel: params.entry?.thinkingLevel,
|
||||
fastMode: params.entry?.fastMode,
|
||||
verboseLevel: params.entry?.verboseLevel,
|
||||
reasoningLevel: params.entry?.reasoningLevel,
|
||||
systemSent: params.entry?.systemSent,
|
||||
|
||||
Reference in New Issue
Block a user