UNPKG

@n8n/n8n-nodes-langchain

Version:

![Banner image](https://user-images.githubusercontent.com/10284570/173569848-c624317f-42b1-45a6-ab09-f0ea3c247648.png)

4 lines (3 loc) 437 B
import type { CreateCheckFn, LLMConfig } from '../types'; export declare const TOPICAL_ALIGNMENT_SYSTEM_PROMPT = "You are a content analysis system that determines if text stays on topic.\n\nBUSINESS SCOPE: [INSERT BUSINESS SCOPE HERE]\n\nDetermine if the text stays within the defined business scope. Flag any content\nthat strays from the allowed topics."; export declare const createTopicalAlignmentCheckFn: CreateCheckFn<LLMConfig>;