Skip to content
Framework Docs

Chat

List Sessions
$ llp beta:chat list
GET/api/v1/chat
Create Session
$ llp beta:chat create
POST/api/v1/chat
Get Full Session
$ llp beta:chat retrieve
GET/api/v1/chat/{session_id}
Delete Session
$ llp beta:chat delete
DELETE/api/v1/chat/{session_id}
Get Session Summary
$ llp beta:chat get-summary
GET/api/v1/chat/{session_id}/summary
Stream Messages
$ llp beta:chat stream
POST/api/v1/chat/{session_id}/messages/stream