read_chat
Capture incoming chat messages from users and provide them to the AI for generating responses.
Instructions
Listen for incoming chat messages for a while and return them — so the LLM can answer what users type in an in-app chat control.
Args: seconds: How long to listen (default 15).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |