/** * fetch_interview_context tool — retrieves the user's recent CLI interview * sessions (transcript + feedback report) from Firestore via the * cliGetInterviewContext Cloud Function. * * This allows the agent to: * - Review what the user actually said during a mock interview * - Identify weak answers by score * - Suggest STAR-method improvements for specific questions * - Pick up post-interview coaching without requiring copy-paste */ import { Tool } from "../Tool.js"; export declare const FetchInterviewContextTool: Tool; //# sourceMappingURL=fetchInterviewContext.d.ts.map