Uses of Class
com.google.genai.gaos.models.agents.BaseEnvironment
Packages that use BaseEnvironment
-
Uses of BaseEnvironment in com.google.genai.gaos.models.agents
Methods in com.google.genai.gaos.models.agents that return BaseEnvironmentModifier and TypeMethodDescriptionstatic BaseEnvironmentBaseEnvironment.of(Environment value) static BaseEnvironmentMethods in com.google.genai.gaos.models.agents that return types with arguments of type BaseEnvironmentModifier and TypeMethodDescriptionAgent.baseEnvironment()The environment configuration for the agent.Methods in com.google.genai.gaos.models.agents with parameters of type BaseEnvironmentModifier and TypeMethodDescriptionAgent.Builder.baseEnvironment(BaseEnvironment baseEnvironment) The environment configuration for the agent.Agent.withBaseEnvironment(BaseEnvironment baseEnvironment) The environment configuration for the agent.Constructors in com.google.genai.gaos.models.agents with parameters of type BaseEnvironmentModifierConstructorDescriptionAgent(AgentConfig agentConfig, String baseAgent, BaseEnvironment baseEnvironment, String description, String id, String systemInstruction, List<AgentTool> tools)