feat(investigation): add fastInvestigations field to InvestigationSettings type
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
This commit is contained in:
co-authored by
Claude Sonnet 4.5
parent
ba5f6fc14a
commit
8475435bf1
@@ -236,6 +236,8 @@ export interface InvestigationSettings {
|
||||
labelConsentGiven?: boolean;
|
||||
/** Custom investigation label configuration */
|
||||
labelCustomization?: InvestigationLabelCustomization;
|
||||
/** Enable Opus 4.6 Fast Mode for investigations (2.5x faster, higher cost) */
|
||||
fastInvestigations?: boolean;
|
||||
}
|
||||
|
||||
// ============================================
|
||||
|
||||
Reference in New Issue
Block a user