Uses of Class
com.google.genkit.ai.agent.CustomAgentConfig.Builder
Packages that use CustomAgentConfig.Builder
Package
Description
This package provides types for the Genkit agents feature, including enums and models for agent
state snapshots, agent execution lifecycle, and agent-related operations.
-
Uses of CustomAgentConfig.Builder in com.google.genkit.ai.agent
Methods in com.google.genkit.ai.agent that return CustomAgentConfig.BuilderModifier and TypeMethodDescriptionstatic <S> CustomAgentConfig.Builder<S> CustomAgentConfig.builder()Creates a builder for CustomAgentConfig.CustomAgentConfig.Builder.clientTransform(ClientTransform<S> clientTransform) Sets the client-transform applied to session state before returning it to the caller in client-managed mode.CustomAgentConfig.Builder.description(String description) Sets the agent's human-readable description.Sets the agent's registered name (required).Sets the Java class for the agent's custom state type.CustomAgentConfig.Builder.store(SessionStore<S> store) Sets the session store for server-managed mode.CustomAgentConfig.Builder.storeOptions(SessionStoreOptions storeOptions) Sets the options forwarded to store operations.