Arize Phoenix TS
    Preparing search index...

    Type Alias ToSDKParams<SDK, PromptVariables>

    Parameters specific to the toSDK function

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

    Type Parameters

    Index

    Properties

    Properties

    sdk: SDK

    String representing the SDK to convert to

    variables?: PromptVariables

    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