n8n
Version:
n8n Workflow Automation Tool
4 lines (3 loc) • 324 B
TypeScript
export declare function discoverStructuredOutputSchema(body: unknown): Record<string, unknown> | undefined;
export declare function conformContentToSchema(content: string, schema: Record<string, unknown> | undefined): string;
export declare function applyStructuredOutputConformance(content: string, body: unknown): string;