@valon-technologies/gestalt
    Preparing search index...

    Interface ModelOperationOptions

    Options for recording an upstream model SDK call.

    interface ModelOperationOptions {
        providerName: string;
        requestModel: string;
        requestOptions?: Record<string, unknown>;
        requestAttributes?: Attributes;
    }
    Index

    Properties

    providerName: string
    requestModel: string
    requestOptions?: Record<string, unknown>
    requestAttributes?: Attributes