Uses of Class
com.google.genai.gaos.models.agents.AgentConfig
Packages that use AgentConfig
-
Uses of AgentConfig in com.google.genai.gaos.models.agents
Methods in com.google.genai.gaos.models.agents that return AgentConfigModifier and TypeMethodDescriptionstatic AgentConfigAgentConfig.of(AntigravityAgentConfig value) Methods in com.google.genai.gaos.models.agents that return types with arguments of type AgentConfigMethods in com.google.genai.gaos.models.agents with parameters of type AgentConfigModifier and TypeMethodDescriptionAgent.Builder.agentConfig(AgentConfig agentConfig) Configuration parameters for the agent.Agent.withAgentConfig(AgentConfig agentConfig) Configuration parameters for the agent.Constructors in com.google.genai.gaos.models.agents with parameters of type AgentConfigModifierConstructorDescriptionAgent(AgentConfig agentConfig, String baseAgent, BaseEnvironment baseEnvironment, String description, String id, String systemInstruction, List<AgentTool> tools)