REST API — ChatThreads
เนื้อหานี้ยังไม่มีในภาษาของคุณ
| Method | Path | What it does |
|---|---|---|
POST |
/api/chat-thread/create |
Chat thread create |
GET |
/api/chat-thread/list |
Chat thread list |
GET |
/api/chat-thread/{thread_id} |
Chat thread detail |
DELETE |
/api/chat-thread/{thread_id}/delete |
Chat thread delete |
GET |
/api/chat-thread/{thread_id}/history |
Chat thread history |
PATCH |
/api/chat-thread/{thread_id}/update |
Chat thread update |