Module chat_session

Module chat_session 

Source
Expand description

Chat session management with context window tracking.

This module provides a chat session abstraction that manages conversation history and automatically handles context window limits using token counting.

Structsยง

ChatSession
A chat session that manages conversation history with context window limits.
ChatSessionBuilder
Builder for constructing a ChatSession with custom configuration.
SizedLlmMessage
An LLM message with token count metadata.