feat(ai): add max thinking level
This commit is contained in:
@@ -1657,7 +1657,7 @@ if (model) {
|
||||
Get or set the thinking level. Level is clamped to model capabilities (non-reasoning models always use "off"). Changes emit `thinking_level_select`.
|
||||
|
||||
```typescript
|
||||
const current = pi.getThinkingLevel(); // "off" | "minimal" | "low" | "medium" | "high" | "xhigh"
|
||||
const current = pi.getThinkingLevel(); // "off" | "minimal" | "low" | "medium" | "high" | "xhigh" | "max"
|
||||
pi.setThinkingLevel("high");
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user