Uses of Interface
com.google.genkit.ai.session.SessionStore
Packages that use SessionStore
Package
Description
Provides session management for multi-turn agent conversations with
persistence.
-
Uses of SessionStore in com.google.genkit.ai.session
Classes in com.google.genkit.ai.session that implement SessionStoreModifier and TypeClassDescriptionclassInMemorySessionStore is a simple in-memory implementation of SessionStore.Methods in com.google.genkit.ai.session that return SessionStoreModifier and TypeMethodDescriptionSession.getStore()Gets the session store.SessionOptions.getStore()Gets the session store.Methods in com.google.genkit.ai.session with parameters of type SessionStoreModifier and TypeMethodDescriptionvoidSessionOptions.setStore(SessionStore<S> store) Sets the session store.SessionOptions.Builder.store(SessionStore<S> store) Sets the session store.