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 class
RequestProcessor
that handles agent transfer for LLM flow.final class
RequestProcessor
that handles basic information to build the LLM request.final class
RequestProcessor
that populates content in request for LLM flows.final class
RequestProcessor
that populates examples in LLM request.final class
RequestProcessor
that gives the agent identity from the frameworkfinal class
RequestProcessor
that 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_PROCESSORS
protected final List
<RequestProcessor> BaseLlmFlow.requestProcessors
Constructor 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) protected
SingleFlow
(List<RequestProcessor> requestProcessors, List<ResponseProcessor> responseProcessors, Optional<Integer> maxSteps)