ADK for TypeScript: API Reference
    Preparing search index...

    Type Alias SingleAfterModelCallback

    SingleAfterModelCallback: (
        params: { context: CallbackContext; response: LlmResponse },
    ) => LlmResponse | undefined | Promise<LlmResponse | undefined>

    A callback that runs after a response is received from the model.

    Type Declaration