happy_read_messages
Retrieve conversation history from Happy AI sessions to review previous interactions and maintain context across coding sessions.
Instructions
Read recent messages from a Happy AI session. Use this to see the conversation history.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The session ID to read messages from | |
| limit | No | Maximum number of messages to return (default: 20) |