Uses of Class
com.google.genkit.ai.session.Chat
Packages that use Chat
Package
Description
Provides session management for multi-turn agent conversations with
persistence.
-
Uses of Chat in com.google.genkit
Methods in com.google.genkit that return ChatModifier and TypeMethodDescription<S> Chat<S> Genkit.chat(ChatOptions<S> options) Creates a simple chat without session persistence. -
Uses of Chat in com.google.genkit.ai.session
Methods in com.google.genkit.ai.session that return ChatModifier and TypeMethodDescriptionSession.chat()Creates a new Chat instance for the default thread.Session.chat(ChatOptions<S> options) Creates a new Chat instance with options.Creates a new Chat instance for a specific thread.Session.chat(String threadName, ChatOptions<S> options) Creates a new Chat instance for a specific thread with options.