Uses of Class
com.google.genkit.ai.session.Chat.SendOptions
Packages that use Chat.SendOptions
Package
Description
Provides session management for multi-turn agent conversations with
persistence.
-
Uses of Chat.SendOptions in com.google.genkit.ai.session
Methods in com.google.genkit.ai.session that return Chat.SendOptionsMethods in com.google.genkit.ai.session with parameters of type Chat.SendOptionsModifier and TypeMethodDescriptionChat.send(Message message, Chat.SendOptions sendOptions) Sends a message with send options and gets a response.Chat.send(String text, Chat.SendOptions sendOptions) Sends a message with send options and gets a response.Chat.sendStream(Message message, Chat.SendOptions sendOptions, Consumer<ModelResponseChunk> streamCallback) Sends a message with streaming response.