Uses of Class
com.google.genai.gaos.models.agents.Agent.Builder
Packages that use Agent.Builder
-
Uses of Agent.Builder in com.google.genai.gaos.models.agents
Methods in com.google.genai.gaos.models.agents that return Agent.BuilderModifier and TypeMethodDescriptionAgent.Builder.agentConfig(AgentConfig agentConfig) Configuration parameters for the agent.The base agent to extend.Agent.Builder.baseEnvironment(BaseEnvironment baseEnvironment) The environment configuration for the agent.static Agent.BuilderAgent.builder()Agent.Builder.description(String description) Agent description for developers to quickly read and understand.The unique identifier for the agent.Agent.Builder.systemInstruction(String systemInstruction) System instruction for the agent.The tools available to the agent.