get_response_time_analysis
Analyze reply intervals between consecutive messages from different senders in a chat session to determine who responds fastest. Grouped by (from, to) pair, excluding same-sender continuations and gaps over 1 hour.
Instructions
Reply intervals between consecutive messages from different senders, grouped by (from, to) pair. Excludes same-sender continuations and gaps over 1 hour. Use for "who responds fastest" type questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Session ID | |
| top_n | No | Top N (from, to) pairs (default 10, max 50) | |
| start_time | No | Start time (Unix seconds) | |
| end_time | No | End time (Unix seconds) | |
| format | No | Output format: text (default) or json |