feat: consume server model reasoning capabilities
This commit is contained in:
@@ -459,6 +459,7 @@ const PRODUCT_THINKING_LEVELS = new Set<ProductModelRef['thinkingLevel']>([
|
||||
'low',
|
||||
'medium',
|
||||
'high',
|
||||
'max',
|
||||
]);
|
||||
|
||||
function productThinkingLevel(value: unknown): ProductModelRef['thinkingLevel'] | null {
|
||||
|
||||
Reference in New Issue
Block a user