configureTipDesc:'After configuring the agentic strategy, this node will automatically load the remaining configurations. The strategy will affect the mechanism of multi-step tool reasoning. ',
selectTip:'Select agentic strategy',
@ -715,6 +716,12 @@ const translation = {
model:'model',
toolbox:'toolbox',
strategyNotSet:'Agentic strategy Not Set',
tools:'Tools',
maxIterations:'Max Iterations',
modelNotInstallTooltip:'This model is not installed',
toolNotInstallTooltip:'{{tool}} is not installed',
toolNotAuthorizedTooltip:'{{tool}} Not Authorized',
strategyNotInstallTooltip:'{{strategy}} is not installed',