read_more
Retrieve full answer content when previous response was truncated. Use with a resourceId from ask_ai to get complete markdown output.
Instructions
读取被截断的完整回答内容。
使用场景
当 ask_ai 返回的内容被截断时,使用此工具读取完整内容。
使用流程
调用 ask_ai 获取回答
如果回答中包含 "内容过长已缓存" 的提示和 resourceId
使用该 resourceId 调用此工具读取完整内容
使用示例
read_more({ resourceId: "qa-result-1-1706123456789" })
返回完整的 Markdown 格式回答内容。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resourceId | Yes | 资源 ID,从 ask_ai 的回答中获取 |