Class Agent.Builder
java.lang.Object
com.google.genai.gaos.models.agents.Agent.Builder
- Enclosing class:
- Agent
-
Method Summary
Modifier and TypeMethodDescriptionagentConfig(AgentConfig agentConfig) Configuration parameters for the agent.The base agent to extend.baseEnvironment(BaseEnvironment baseEnvironment) The environment configuration for the agent.build()description(String description) Agent description for developers to quickly read and understand.The unique identifier for the agent.systemInstruction(String systemInstruction) System instruction for the agent.The tools available to the agent.
-
Method Details
-
agentConfig
Configuration parameters for the agent. -
baseAgent
The base agent to extend. -
baseEnvironment
The environment configuration for the agent. -
description
Agent description for developers to quickly read and understand. -
id
The unique identifier for the agent. -
systemInstruction
System instruction for the agent. -
tools
The tools available to the agent. -
build
-