⚠️ Deprecated ⚠️

This feature is deprecated and will be removed in the future.

It is not recommended for use.

interface RemoteLangChainRetrieverParams {
    inputKey?: string;
    metadataKey?: string;
    pageContentKey?: string;
    responseKey?: string;
}

Hierarchy (view full)

  • Toolkit
    • RemoteLangChainRetrieverParams

Implemented by

Properties

inputKey?: string

The key in the JSON body to put the query in

metadataKey?: string

The key in the JSON response to get the metadata from

pageContentKey?: string

The key in the JSON response to get the page content from

responseKey?: string

The key in the JSON response to get the response from

Generated using TypeDoc