refactor(Basic LLM Chain Node): Refactor Basic LLM Chain & add tests (#13850)

This commit is contained in:
oleg
2025-03-14 11:38:22 +01:00
committed by GitHub
parent 311553926a
commit 1bfd128717
24 changed files with 1754 additions and 609 deletions

View File

@@ -0,0 +1,4 @@
export { executeChain } from './chainExecutor';
export { getInputs, nodeProperties } from './config';
export { formatResponse } from './responseFormatter';
export type { MessageTemplate } from './types';