mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat: Add fallback mechanism for agent and basic chain llm (#16617)
This commit is contained in:
@@ -1908,7 +1908,8 @@ export interface INodeInputFilter {
|
||||
// TODO: Later add more filter options like categories, subcatogries,
|
||||
// regex, allow to exclude certain nodes, ... ?
|
||||
// Potentially change totally after alpha/beta. Is not a breaking change after all.
|
||||
nodes: string[]; // Allowed nodes
|
||||
nodes?: string[]; // Allowed nodes
|
||||
excludedNodes?: string[];
|
||||
}
|
||||
|
||||
export interface INodeInputConfiguration {
|
||||
|
||||
Reference in New Issue
Block a user