Uses of Class
com.google.genkit.ai.AgentConfig.Builder
Packages that use AgentConfig.Builder
-
Uses of AgentConfig.Builder in com.google.genkit.ai
Methods in com.google.genkit.ai that return AgentConfig.BuilderModifier and TypeMethodDescriptionAgentConfig.Builder.agents(List<AgentConfig> agents) Sets the sub-agents.static AgentConfig.BuilderAgentConfig.builder()Creates a new builder.AgentConfig.Builder.config(GenerationConfig config) Sets the generation config.AgentConfig.Builder.description(String description) Sets the description.Sets the model name.Sets the agent name.AgentConfig.Builder.output(OutputConfig output) Sets the output config.Sets the system prompt.Sets the tools available to this agent.