Uses of Interface
com.google.adk.flows.llmflows.RequestProcessor
Packages that use RequestProcessor
-
Uses of RequestProcessor in com.google.adk.flows.llmflows
Classes in com.google.adk.flows.llmflows that implement RequestProcessorModifier and TypeClassDescriptionfinal classRequestProcessorthat handles agent transfer for LLM flow.final classRequestProcessorthat handles basic information to build the LLM request.final classRequestProcessorthat populates content in request for LLM flows.final classRequestProcessorthat populates examples in LLM request.final classRequestProcessorthat gives the agent identity from the frameworkfinal classRequestProcessorthat handles instructions and global instructions for LLM flows.Fields in com.google.adk.flows.llmflows with type parameters of type RequestProcessorModifier and TypeFieldDescriptionprotected static final com.google.common.collect.ImmutableList<RequestProcessor> SingleFlow.REQUEST_PROCESSORSprotected final List<RequestProcessor> BaseLlmFlow.requestProcessorsConstructor parameters in com.google.adk.flows.llmflows with type arguments of type RequestProcessorModifierConstructorDescriptionBaseLlmFlow(List<RequestProcessor> requestProcessors, List<ResponseProcessor> responseProcessors) BaseLlmFlow(List<RequestProcessor> requestProcessors, List<ResponseProcessor> responseProcessors, Optional<Integer> maxSteps) protectedSingleFlow(List<RequestProcessor> requestProcessors, List<ResponseProcessor> responseProcessors, Optional<Integer> maxSteps)