mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
feat: Track inputs and outputs in Evaluations (#17404)
This commit is contained in:
@@ -1214,6 +1214,7 @@ export interface INodeExecutionData {
|
||||
metadata?: {
|
||||
subExecution: RelatedExecution;
|
||||
};
|
||||
evaluationData?: Record<string, GenericValue>;
|
||||
/**
|
||||
* Use this key to send a message to the chat.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user