mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 21:00:58 +03:00
- update marketplaces
- add version to nodes and credentials - hover over node actions
This commit is contained in:
@@ -14,8 +14,9 @@
|
||||
"id": "openApiChain_1",
|
||||
"label": "OpenAPI Chain",
|
||||
"name": "openApiChain",
|
||||
"type": "openApiChain",
|
||||
"baseClasses": ["openApiChain", "BaseChain"],
|
||||
"version": 1,
|
||||
"type": "OpenAPIChain",
|
||||
"baseClasses": ["OpenAPIChain", "BaseChain"],
|
||||
"category": "Chains",
|
||||
"description": "Chain that automatically select and call APIs based only on an OpenAPI spec",
|
||||
"inputParams": [
|
||||
@@ -59,10 +60,10 @@
|
||||
},
|
||||
"outputAnchors": [
|
||||
{
|
||||
"id": "openApiChain_1-output-openApiChain-openApiChain|BaseChain",
|
||||
"id": "openApiChain_1-output-openApiChain-OpenAPIChain|BaseChain",
|
||||
"name": "openApiChain",
|
||||
"label": "openApiChain",
|
||||
"type": "openApiChain | BaseChain"
|
||||
"label": "OpenAPIChain",
|
||||
"type": "OpenAPIChain | BaseChain"
|
||||
}
|
||||
],
|
||||
"outputs": {},
|
||||
@@ -88,6 +89,7 @@
|
||||
"id": "chatOpenAI_1",
|
||||
"label": "ChatOpenAI",
|
||||
"name": "chatOpenAI",
|
||||
"version": 1,
|
||||
"type": "ChatOpenAI",
|
||||
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
|
||||
"category": "Chat Models",
|
||||
@@ -241,6 +243,7 @@
|
||||
"id": "chainTool_0",
|
||||
"label": "Chain Tool",
|
||||
"name": "chainTool",
|
||||
"version": 1,
|
||||
"type": "ChainTool",
|
||||
"baseClasses": ["ChainTool", "DynamicTool", "Tool", "StructuredTool"],
|
||||
"category": "Tools",
|
||||
@@ -314,6 +317,7 @@
|
||||
"id": "openAIFunctionAgent_0",
|
||||
"label": "OpenAI Function Agent",
|
||||
"name": "openAIFunctionAgent",
|
||||
"version": 1,
|
||||
"type": "AgentExecutor",
|
||||
"baseClasses": ["AgentExecutor", "BaseChain"],
|
||||
"category": "Agents",
|
||||
@@ -388,6 +392,7 @@
|
||||
"id": "chatOpenAI_2",
|
||||
"label": "ChatOpenAI",
|
||||
"name": "chatOpenAI",
|
||||
"version": 1,
|
||||
"type": "ChatOpenAI",
|
||||
"baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
|
||||
"category": "Chat Models",
|
||||
@@ -541,6 +546,7 @@
|
||||
"id": "bufferMemory_0",
|
||||
"label": "Buffer Memory",
|
||||
"name": "bufferMemory",
|
||||
"version": 1,
|
||||
"type": "BufferMemory",
|
||||
"baseClasses": ["BufferMemory", "BaseChatMemory", "BaseMemory"],
|
||||
"category": "Memory",
|
||||
@@ -598,11 +604,11 @@
|
||||
},
|
||||
{
|
||||
"source": "openApiChain_1",
|
||||
"sourceHandle": "openApiChain_1-output-openApiChain-openApiChain|BaseChain",
|
||||
"sourceHandle": "openApiChain_1-output-openApiChain-OpenAPIChain|BaseChain",
|
||||
"target": "chainTool_0",
|
||||
"targetHandle": "chainTool_0-input-baseChain-BaseChain",
|
||||
"type": "buttonedge",
|
||||
"id": "openApiChain_1-openApiChain_1-output-openApiChain-openApiChain|BaseChain-chainTool_0-chainTool_0-input-baseChain-BaseChain",
|
||||
"id": "openApiChain_1-openApiChain_1-output-openApiChain-OpenAPIChain|BaseChain-chainTool_0-chainTool_0-input-baseChain-BaseChain",
|
||||
"data": {
|
||||
"label": ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user