vision_analyze_file
Analyze a publicly accessible document file (PDF or text) to answer your questions. Provide a URL and a question; optionally enable deep thinking. Returns structured JSON with answers and usage.
Instructions
分析一个文档文件(PDF / 文本等)并回答问题。source 仅支持公网可访问的文件 URL; 本地文件请先上传到可访问地址。question 为对文档的提问;thinking=True 开启深度思考。 返回 JSON:{ok, content, thinking, usage} 或 {ok:false, error:{code,message}}。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| question | Yes | ||
| thinking | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |