ai_extract
Extract structured information from text, including names, places, times, keywords, numbers, emails, URLs, and custom fields. Output as JSON or markdown.
Instructions
从文本中提取结构化信息,支持:人名、地名、时间、关键词、数字、邮箱、URL、自定义字段。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 要提取信息的文本 | |
| fields | No | 要提取的字段列表,如: ["人名","地名","时间","关键词","数字","邮箱","URL"] 或自定义字段如 ["产品名","价格","联系方式"] | |
| output_format | No | 输出格式: json / markdown(默认 markdown) | markdown |