deepseek_file_analysis
Analyze file contents with DeepSeek AI by providing a file path and optional instructions for issue detection and improvement suggestions.
Instructions
读取文件内容并发送给 DeepSeek 分析(API Key 模式:仅支持单个文本文件,内容以文本形式发送)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | 使用的模型,默认 deepseek-chat | |
| file_path | Yes | 要分析的文件的绝对路径(单文件时使用) | |
| file_paths | No | 要分析的多个文件的绝对路径数组(多文件时使用,最多 50 个,仅网页版模式支持) | |
| instruction | No | 分析指令,告诉 DeepSeek 如何分析这个文件。默认为'请分析这个文件的内容,指出问题和改进建议' |