Class SingleFlow

java.lang.Object
com.google.adk.flows.llmflows.BaseLlmFlow
com.google.adk.flows.llmflows.SingleFlow
All Implemented Interfaces:
BaseFlow
Direct Known Subclasses:
AutoFlow

public class SingleFlow extends BaseLlmFlow
Basic LLM flow with fixed request processors and no response post-processing.
  • Field Details

    • REQUEST_PROCESSORS

      protected static final com.google.common.collect.ImmutableList<RequestProcessor> REQUEST_PROCESSORS
    • RESPONSE_PROCESSORS

      protected static final com.google.common.collect.ImmutableList<ResponseProcessor> RESPONSE_PROCESSORS
  • Constructor Details