DeepSeek – Chat Sessions

Cyclr uses chat sessions to store chat history for the DeepSeek connector. Each chat session contains the ID of the chat, a log of the messages sent and received in the chat, the tokens usage – prompt_tokens, completion_tokens and total_tokens – and the date and time the chat was created and modified.

Methods inside the Chat Sessions and Chats method categories operate using chat sessions.

You can identify and access chat sessions with a Chat Session ID. This ID is stored as a string and can have any format. If the Chat Session ID doesn’t exist when a method inside the Chat’s method category is used, this creates a new chat session with the entered Chat Session ID.

Warning: Saved chat sessions have a hard character limit of 51,200 characters. Chat sessions that exceed this will be trimmed down, with the oldest messages removed first, until they are below the limit.

Warning: Cyclr prunes any chat session created or modified more than 30 days ago.