Uses of Class
com.google.genkit.ai.session.ChatOptions.Builder
Packages that use ChatOptions.Builder
Package
Description
Provides session management for multi-turn agent conversations with
persistence.
-
Uses of ChatOptions.Builder in com.google.genkit.ai.session
Methods in com.google.genkit.ai.session that return ChatOptions.BuilderModifier and TypeMethodDescriptionChatOptions.Builder.agentRegistry(Map<String, Agent> agentRegistry) Sets the agent registry for multi-agent handoffs.static <S> ChatOptions.Builder<S> ChatOptions.builder()Creates a builder for ChatOptions.ChatOptions.Builder.config(GenerationConfig config) Sets the generation configuration.Sets the additional context.Sets the maximum conversation turns.Sets the model name.ChatOptions.Builder.output(OutputConfig output) Sets the output configuration.Sets the system prompt.Sets the available tools.