File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -789,7 +789,8 @@ async def anext_async(agen):
789789 'ai-chat-node' : lambda n : [* (n .get ('properties' ).get ('node_data' ).get ('mcp_tool_ids' ) or []),
790790 * (n .get ('properties' ).get ('node_data' ).get ('tool_ids' ) or []),
791791 * (n .get ('properties' ).get ('node_data' ).get ('skill_tool_ids' ) or [])],
792- 'mcp-node' : lambda n : [n .get ('properties' ).get ('node_data' ).get ('mcp_tool_id' )]
792+ 'mcp-node' : lambda n : [n .get ('properties' ).get ('node_data' ).get ('mcp_tool_id' )],
793+ 'tool-workflow-lib-node' : lambda n : [n .get ('properties' ).get ('node_data' ).get ('tool_lib_id' )]
793794 },
794795 'MODEL' : {'ai-chat-node' : lambda n : [n .get ('properties' ).get ('node_data' ).get ('model_id' )],
795796 'question-node' : lambda n : [n .get ('properties' ).get ('node_data' ).get ('model_id' )],
You can’t perform that action at this time.
0 commit comments