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ยง
- Chat
Session - A chat session that manages conversation history with context window limits.
- Chat
Session Builder - Builder for constructing a
ChatSessionwith custom configuration. - Sized
LlmMessage - An LLM message with token count metadata.