search_context
Search conversation rounds across all workspace sessions by keyword and optional date range to retrieve relevant past context.
Instructions
Search conversation rounds across all workspace session wires by keywords and optional date range. Default detail: 'normal' keeps output within ~6000 chars. Use detail: 'compact' for a quick overview (no match text, no cluster members). Use detail: 'full' when you need full match text and all cluster members.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of matching rounds to return | |
| query | Yes | Keywords to search for in conversation rounds | |
| detail | No | Output detail level. 'normal' (default) returns truncated text and cluster members within the output budget. 'compact' returns only references/counts. 'full' disables the budget and returns longer text. | |
| date_to | No | Optional end date in YYYY-MM-DD format | |
| date_from | No | Optional start date in YYYY-MM-DD format | |
| max_cluster_size | No | 单个 cluster 最多包含的 turn 数,防止连续讨论过长时上下文爆炸。默认 15。 | |
| max_output_chars | No | Maximum output length in characters for normal mode. Default 6000. Ignored in compact/full. | |
| cluster_gap_seconds | No | 相邻 turn 被归为同一「簇」的最大时间间隔(秒)。一个簇代表一段连续的讨论或决策。默认 90 秒;协作节奏慢可适当调大,话题切换快则调小。 |