langchain.js
    Preparing search index...

    Type Alias TypedPromptInputValues<RunInput>

    TypedPromptInputValues: InputValues<
        StringWithAutocomplete<Extract<keyof RunInput, string>>,
    >

    Type Parameters

    • RunInput