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.
The schema defining the structure of function parameters.
LLM to use in the chain. Must support function calling.
Options for creating the tagging chain.
A new instance of LLMChain configured for tagging.
Generated using TypeDoc
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.