askAboutFile
Extract targeted information from files without loading entire contents. Ask specific questions about text, code, images, or PDFs to get precise answers while minimizing context usage.
Instructions
Extract specific information from files without reading their entire contents into chat context. Works with text files, code files, images, PDFs, and more.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | Full absolute path to the file to analyze (e.g., "C:\Users\username\project\src\file.ts", "/home/user/project/docs/README.md") | |
question | Yes | Specific question about the file content (e.g., "Does this file export a validateEmail function?", "What is the main purpose described in this spec?", "Extract all import statements") |