mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
feat(core): Implement wrapping of regular nodes as AI Tools (#10641)
Co-authored-by: JP van Oosten <jp@n8n.io>
This commit is contained in:
@@ -1658,6 +1658,11 @@ export interface INodeTypeBaseDescription {
|
||||
* due to deprecation or as a special case (e.g. Start node)
|
||||
*/
|
||||
hidden?: true;
|
||||
|
||||
/**
|
||||
* Whether the node will be wrapped for tool-use by AI Agents
|
||||
*/
|
||||
usableAsTool?: true;
|
||||
}
|
||||
|
||||
export interface INodePropertyRouting {
|
||||
|
||||
Reference in New Issue
Block a user