vision_analyze_file
Analyze public PDF or text files via URL and get answers to your questions. Returns structured JSON, with optional deep thinking for detailed analysis.
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 |