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) Methods in com.google.adk.flows.llmflows that return types with arguments of type ResponseProcessor.ResponseProcessingResultModifier and TypeMethodDescriptionprotected io.reactivex.rxjava3.core.Single
<ResponseProcessor.ResponseProcessingResult> BaseLlmFlow.postprocess
(InvocationContext context, Event baseEventForLlmResponse, LlmRequest llmRequest, LlmResponse llmResponse) Post-processes the LLM response after receiving it from the LLM.io.reactivex.rxjava3.core.Single
<ResponseProcessor.ResponseProcessingResult> ResponseProcessor.processResponse
(InvocationContext context, LlmResponse response) Process the LLM response as part of the post-processing stage.