• Function that creates a tagging chain using the provided schema, LLM, and options. It constructs the LLM with the necessary functions, prompt, output parser, and tags.

    Parameters

    • schema: FunctionParameters

      The schema defining the structure of function parameters.

    • llm: BaseChatModel<BaseFunctionCallOptions>

      LLM to use in the chain. Must support function calling.

    • options: TaggingChainOptions = {}

      Options for creating the tagging chain.

    Returns LLMChain<string, BaseChatModel<BaseFunctionCallOptions>>

    A new instance of LLMChain configured for tagging.

    ⚠️ Deprecated ⚠️

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

    It is not recommended for use.

    Switch to expression language: https://js.langchain.com/docs/expression_language/ Will be removed in 0.2.0

Generated using TypeDoc