Uses of Class
com.google.genkit.agent.AgentConfig.Builder
Packages that use AgentConfig.Builder
-
Uses of AgentConfig.Builder in com.google.genkit.agent
Methods in com.google.genkit.agent that return AgentConfig.BuilderModifier and TypeMethodDescriptionstatic <S> AgentConfig.Builder<S> AgentConfig.builder()Creates a builder for AgentConfig.AgentConfig.Builder.clientTransform(ClientTransform<S> clientTransform) Sets the client-transform applied to session state before returning it to the caller in client-managed mode.AgentConfig.Builder.config(GenerationConfig config) Sets the generation configuration.AgentConfig.Builder.description(String description) Sets the agent's human-readable description.Sets the maximum number of tool-execution turns for a single generate call.Sets the model name to use for generation.Sets the agent's registered name (required).AgentConfig.Builder.promptInput(Object promptInput) Sets the input passed to the prompt fordefinePromptAgent.AgentConfig.Builder.promptName(String promptName) Sets the name of a registered prompt to drivedefinePromptAgent.Sets the Java class for the agent's custom state type.AgentConfig.Builder.store(SessionStore<S> store) Sets the session store for server-managed mode.Sets the system prompt for the agent.Sets the tools available to the agent.Sets the tools available to the agent.