Expand description
Stateful chat API — multi-turn conversation over generateContent.
Feature-gated behind chats (depends on generate).
Wraps the generateContent endpoint with automatic conversation history
management, similar to js-genai’s ChatSession.
Structs§
- Chat
Session - A stateful chat session that tracks conversation history.
- Chat
Session Builder - Builder for configuring a
ChatSession.