TaggingChainOptions: {
    prompt?: Toolkit;
} & Omit<LLMChainInput<object>, "prompt" | "llm">

Type representing the options for creating a tagging chain.

Type declaration

Generated using TypeDoc