TaggingChainOptions: {
    llmKwargs: any;
    callbackManager?: any;
    memory?: any;
    outputKey?: undefined | string;
    outputParser?: any;
    prompt?: any;
}

Type representing the options for creating a tagging chain.

Type declaration

  • llmKwargs: any
  • OptionalcallbackManager?: any

    Use callbacks instead

  • Optionalmemory?: any
  • OptionaloutputKey?: undefined | string

    Key to use for output, defaults to text

  • OptionaloutputParser?: any

    OutputParser to use

  • Optionalprompt?: any