feat: new switch plugin version

This commit is contained in:
AkaraChen
2025-01-08 15:58:05 +08:00
parent 755685a89a
commit 2fd083629d
5 changed files with 89 additions and 34 deletions

View File

@ -26,7 +26,7 @@ const nodeDefault: NodeDefault<AgentNodeType> = {
if (!strategy) {
return {
isValid: false,
errorMessage: t('workflow.checkList.strategyNotSelected'),
errorMessage: t('workflow.nodes.agent.checkList.strategyNotSelected'),
}
}
for (const param of strategy.parameters) {