chat_poll_messages
Fetch new human messages from Unreal Editor chat sessions. Provide a timestamp or use the internal cursor to get only messages since the last poll.
Instructions
Poll for new human messages sent from the UE editor chat widget.
Args: since: Optional ISO-8601 timestamp. If omitted, this tool uses the previous poll cursor for this server process, or returns all human messages on first use. limit: Maximum number of messages to return. session: Optional named chat session. Empty uses the legacy default history.
Returns: Structured JSON containing messages and next_since for the next poll.
KB: see knowledge_base/32_AGENT_PLAYABLE_SLICE_RECIPE.md#overview Example: chat_poll_messages()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | No | ||
| session | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |