feat: consume server model reasoning capabilities
This commit is contained in:
@@ -2,7 +2,7 @@ import type { CapabilityResultV1 } from './data-service';
|
||||
|
||||
export type { CapabilityBillingReceiptV1, CapabilityResultV1 } from './data-service';
|
||||
|
||||
export type ConversationThinkingLevel = 'off' | 'minimal' | 'low' | 'medium' | 'high';
|
||||
export type ConversationThinkingLevel = 'off' | 'minimal' | 'low' | 'medium' | 'high' | 'max';
|
||||
|
||||
export interface ProductModelRef {
|
||||
accountId: string;
|
||||
|
||||
Reference in New Issue
Block a user