Key Capabilities
Conversations in R2R provide:- Threaded message management for organized discussions.
- Message editing with full history preservation for version tracking.
- Metadata attachment to enrich messages with contextual details.
- Context maintenance across dialogue turns and branches.
API Endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST | /conversations | Create a new conversation. |
| GET | /conversations | List conversations with pagination. |
| GET | /conversations/ | Retrieve details of a specific conversation. |
| POST | /conversations/ | Update an existing conversation. |
| DELETE | /conversations/ | Delete a conversation. |
| POST | /conversations//messages | Add a new message to a conversation. |
| POST | /conversations//messages/ | Update the content or metadata of an existing message. |