Module chats

Module chats 

Source
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§

ChatSession
A stateful chat session that tracks conversation history.
ChatSessionBuilder
Builder for configuring a ChatSession.