UNPKG

@n8n/n8n-nodes-langchain

Version:
3 lines (2 loc) 169 B
import type { GuardrailResult } from '../actions/types'; export declare function applyPreflightModifications(data: string, preflightResults: GuardrailResult[]): string;