MCPcopy Create free account
hub / github.com/JunJD/alading / CompleteInterviewConfig

Interface CompleteInterviewConfig

src/types/interview.ts:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46export interface CompleteInterviewConfig {
47 type: InterviewType;
48 industry: IndustryLogic;
49 systemPrompt: string;
50}
51
52export type InterviewConfig = {
53 industry: Industry | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected