query_local_file
Reads a local file and queries a local LLM about its contents, enabling private, on-device Q&A.
Instructions
Privacy-First: Reads a local file and queries the local LLM about its contents.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Your question about the file. | |
| file_path | Yes | Absolute path to the file. |