analyze_wechat_chat
Analyze WeChat chat sessions by reading up to 5,000 messages, classifying them, extracting risks and assets, indexing evidence, and saving raw, analyzed, or Markdown outputs to a local workspace.
Instructions
分页读取最多5000条指定会话消息,执行多标签分类、风险/资产提取和证据索引;可将原始JSON、分析JSON和Markdown写入本地工作区。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| end_time | No | ||
| page_size | No | ||
| output_dir | No | ||
| session_id | Yes | ||
| start_time | No | ||
| after_local_id | No | ||
| after_timestamp | No |