ADK for TypeScript: API Reference
System
Light
Dark
Search…
Preparing search index...
BaseLlmResponseProcessor
Class BaseLlmResponseProcessor
Abstract
Base class for LLM response processor.
Constructors
constructor
new
BaseLlmResponseProcessor
()
:
BaseLlmResponseProcessor
Returns
BaseLlmResponseProcessor
Methods
Abstract
run
Async
runAsync
(
invocationContext
:
InvocationContext
,
llmResponse
:
LlmResponse
,
)
:
AsyncGenerator
<
Event
,
void
,
void
>
Processes the LLM response.
Parameters
invocationContext
:
InvocationContext
llmResponse
:
LlmResponse
Returns
AsyncGenerator
<
Event
,
void
,
void
>
Constructors
constructor
Methods
run
Async
ADK for TypeScript: API Reference
Loading...
Base class for LLM response processor.