feat(ai): add max thinking level
This commit is contained in:
@@ -387,7 +387,7 @@ const available = await modelRegistry.getAvailable();
|
||||
|
||||
const { session } = await createAgentSession({
|
||||
model: opus,
|
||||
thinkingLevel: "medium", // off, minimal, low, medium, high, xhigh
|
||||
thinkingLevel: "medium", // off, minimal, low, medium, high, xhigh, max
|
||||
|
||||
// Models for cycling (Ctrl+P in interactive mode)
|
||||
scopedModels: [
|
||||
|
||||
Reference in New Issue
Block a user