Uses of Class
com.google.adk.flows.llmflows.ResponseProcessor.ResponseProcessingResult
Packages that use ResponseProcessor.ResponseProcessingResult
-
Uses of ResponseProcessor.ResponseProcessingResult in com.google.adk.flows.llmflows
Methods in com.google.adk.flows.llmflows that return ResponseProcessor.ResponseProcessingResultModifier and TypeMethodDescriptionResponseProcessor.ResponseProcessingResult.create(LlmResponse updatedResponse, Iterable<Event> events, Optional<String> transferToAgent) Creates a newResponseProcessor.ResponseProcessingResult.Methods in com.google.adk.flows.llmflows that return types with arguments of type ResponseProcessor.ResponseProcessingResultModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<ResponseProcessor.ResponseProcessingResult> ResponseProcessor.processResponse(InvocationContext context, LlmResponse response) Process the LLM response as part of the post-processing stage.