publish_intent
Publish a procurement intent using natural language. Describe what to buy; the platform auto-sources suppliers and returns an intent ID to track status and view matches.
Instructions
发布采购意图。用自然语言描述你要买什么,平台自动寻源匹配。返回 intent_id。发布后用 get_intent_status 轮询进度(每 5 秒),状态变为 MATCHED 后用 list_matches 查看匹配结果。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | 采购需求描述,如"100箱新西兰蜂蜜,预算3万" | |
| budget | No | 预算上限(单位:分,如 3000000 = 3万元) | |
| currency | No | 货币代码,默认 CNY |