Uses of Class
com.google.adk.web.dto.AgentRunRequest
Packages that use AgentRunRequest
-
Uses of AgentRunRequest in com.google.adk.web.controller
Methods in com.google.adk.web.controller with parameters of type AgentRunRequestModifier and TypeMethodDescriptionExecutionController.agentRun(AgentRunRequest request) Executes a non-streaming agent run for a given session and message.org.springframework.web.servlet.mvc.method.annotation.SseEmitterExecutionController.agentRunSse(AgentRunRequest request) Executes an agent run and streams the resulting events using Server-Sent Events (SSE).