• Function used by memory classes to get the key of the prompt input, excluding any keys that are memory variables or the "stop" key. If there is not exactly one prompt input key, an error is thrown.

    Parameters

    • inputs: Record<string, unknown>
    • memoryVariables: string[]

    Returns string

Generated using TypeDoc