8 lines
230 B
TypeScript
8 lines
230 B
TypeScript
/**
|
|
* Prometheus Interview Mode
|
|
*
|
|
* Phase 1: Interview strategies for different intent types.
|
|
* Includes intent classification, research patterns, and anti-patterns.
|
|
*/
|
|
export declare const PROMETHEUS_INTERVIEW_MODE: string;
|