Uses of Package
com.google.genkit.ai.session
Packages that use com.google.genkit.ai.session
Package
Description
Provides session management for multi-turn agent conversations with
persistence.
-
Classes in com.google.genkit.ai.session used by com.google.genkitClassDescriptionChat represents a conversation within a session thread.ChatOptions provides configuration options for creating a Chat instance.Session represents a stateful chat session that persists conversation history and custom state across multiple interactions.SessionOptions provides configuration options for creating or loading sessions.
-
Classes in com.google.genkit.ai.session used by com.google.genkit.ai.sessionClassDescriptionChat represents a conversation within a session thread.Options for individual send operations.Builder for SendOptions.ChatOptions provides configuration options for creating a Chat instance.Builder for ChatOptions.Session represents a stateful chat session that persists conversation history and custom state across multiple interactions.SessionData represents the persistent data structure for a session, including state and conversation threads.Builder for SessionData.SessionOptions provides configuration options for creating or loading sessions.Builder for SessionOptions.SessionStore is an interface for persisting session data.