Class Instructions
java.lang.Object
com.google.adk.flows.llmflows.Instructions
RequestProcessor
that handles instructions and global instructions for LLM flows.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single
<com.google.adk.flows.llmflows.RequestProcessor.RequestProcessingResult> processRequest
(InvocationContext context, LlmRequest request)
-
Constructor Details
-
Instructions
public Instructions()
-
-
Method Details
-
processRequest
public io.reactivex.rxjava3.core.Single<com.google.adk.flows.llmflows.RequestProcessor.RequestProcessingResult> processRequest(InvocationContext context, LlmRequest request)
-