Uses of Class
com.google.genai.gaos.models.agents.Agent
Packages that use Agent
Package
Description
-
Uses of Agent in com.google.genai.gaos
Methods in com.google.genai.gaos with parameters of type AgentModifier and TypeMethodDescriptionCreates a new Agent (Typed version for SDK).Creates a new Agent (Typed version for SDK).Creates a new Agent (Typed version for SDK).Creates a new Agent (Typed version for SDK). -
Uses of Agent in com.google.genai.gaos.models.agents
Methods in com.google.genai.gaos.models.agents that return AgentModifier and TypeMethodDescriptionAgent.Builder.build()Agent.withAgentConfig(AgentConfig agentConfig) Configuration parameters for the agent.Agent.withBaseAgent(String baseAgent) The base agent to extend.Agent.withBaseEnvironment(BaseEnvironment baseEnvironment) The environment configuration for the agent.Agent.withDescription(String description) Agent description for developers to quickly read and understand.The unique identifier for the agent.Agent.withSystemInstruction(String systemInstruction) System instruction for the agent.The tools available to the agent.Methods in com.google.genai.gaos.models.agents that return types with arguments of type AgentMethod parameters in com.google.genai.gaos.models.agents with type arguments of type AgentConstructor parameters in com.google.genai.gaos.models.agents with type arguments of type Agent -
Uses of Agent in com.google.genai.gaos.models.operations
Methods in com.google.genai.gaos.models.operations that return types with arguments of type AgentModifier and TypeMethodDescriptionCreateAgentResponse.agent()Successful operationGetAgentResponse.agent()Successful operationCreateAgentRequest.body()The request body.Methods in com.google.genai.gaos.models.operations with parameters of type AgentModifier and TypeMethodDescriptionSuccessful operationSuccessful operationThe request body.Successful operationSuccessful operationThe request body.Constructors in com.google.genai.gaos.models.operations with parameters of type AgentModifierConstructorDescriptionCreateAgentRequest(Agent body) CreateAgentRequest(String apiVersion, Agent body) CreateAgentResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, Agent agent) GetAgentResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, Agent agent) -
Uses of Agent in com.google.genai.gaos.models.operations.async
Methods in com.google.genai.gaos.models.operations.async that return types with arguments of type AgentModifier and TypeMethodDescriptionCreateAgentResponse.agent()Successful operationGetAgentResponse.agent()Successful operationMethods in com.google.genai.gaos.models.operations.async with parameters of type AgentModifier and TypeMethodDescriptionSuccessful operationSuccessful operationSuccessful operationSuccessful operationConstructors in com.google.genai.gaos.models.operations.async with parameters of type AgentModifierConstructorDescriptionCreateAgentResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, Agent agent) GetAgentResponse(String contentType, int statusCode, HttpResponse<InputStream> rawResponse, Agent agent)