SingleAfterModelCallback: ((args: {
    callbackContext: CallbackContext;
    llmResponse: LlmResponse;
}) =>
    | LlmResponse
    | null
    | undefined
    | Promise<LlmResponse | null | undefined>)

Single after model callback type