@d34dman/flowdrop 0.0.55 → 0.0.56
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -143,6 +143,15 @@ export const DEFAULT_PORT_CONFIG = {
|
|
|
143
143
|
category: 'media',
|
|
144
144
|
enabled: true
|
|
145
145
|
},
|
|
146
|
+
// Tool type
|
|
147
|
+
{
|
|
148
|
+
id: 'tool',
|
|
149
|
+
name: 'Tool',
|
|
150
|
+
description: 'Tool interface for agent connections',
|
|
151
|
+
color: 'var(--fd-node-amber)',
|
|
152
|
+
category: 'special',
|
|
153
|
+
enabled: true
|
|
154
|
+
},
|
|
146
155
|
// Special types
|
|
147
156
|
{
|
|
148
157
|
id: 'url',
|