genkitx-aws-bedrock
    Preparing search index...

    Interface FlowResponse<T>

    Response wrapper for successful flow execution (callable protocol). Follows the same format as express and other Genkit integrations.

    interface FlowResponse<T> {
        result: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    result: T