feat: Track inputs and outputs in Evaluations (#17404)

This commit is contained in:
Mutasem Aldmour
2025-07-24 18:58:37 +02:00
committed by GitHub
parent 3f2e43e919
commit c18fabb419
20 changed files with 1431 additions and 60 deletions

View File

@@ -1214,6 +1214,7 @@ export interface INodeExecutionData {
metadata?: {
subExecution: RelatedExecution;
};
evaluationData?: Record<string, GenericValue>;
/**
* Use this key to send a message to the chat.
*