Arize Phoenix TS
    Preparing search index...

    Parameters specific to the toSDK function

    type ToSDKParams<T extends SupportedSDK, V extends Variables = Variables> = {
        sdk: T;
        variables?: V;
    }

    Type Parameters

    Index

    Properties

    Properties

    sdk: T

    String representing the SDK to convert to

    variables?: V

    Optional variables to format the prompt with Keys are the variable names, values are the variable values The variable format is determined via prompt.template_format