feat: show error when not select required model

pull/12547/head
AkaraChen 1 year ago
parent 43f60cec24
commit 4e29694a46

@ -735,6 +735,7 @@ const translation = {
strategyNotSet: 'Agentic strategy Not Set', strategyNotSet: 'Agentic strategy Not Set',
tools: 'Tools', tools: 'Tools',
maxIterations: 'Max Iterations', maxIterations: 'Max Iterations',
modelNotSelected: 'Model not selected',
modelNotInstallTooltip: 'This model is not installed', modelNotInstallTooltip: 'This model is not installed',
toolNotInstallTooltip: '{{tool}} is not installed', toolNotInstallTooltip: '{{tool}} is not installed',
toolNotAuthorizedTooltip: '{{tool}} Not Authorized', toolNotAuthorizedTooltip: '{{tool}} Not Authorized',

@ -736,6 +736,7 @@ const translation = {
tools: '工具', tools: '工具',
maxIterations: '最大迭代次数', maxIterations: '最大迭代次数',
modelNotInstallTooltip: '此模型未安装', modelNotInstallTooltip: '此模型未安装',
modelNotSelected: '未选择模型',
toolNotInstallTooltip: '{{tool}} 未安装', toolNotInstallTooltip: '{{tool}} 未安装',
toolNotAuthorizedTooltip: '{{tool}} 未授权', toolNotAuthorizedTooltip: '{{tool}} 未授权',
strategyNotInstallTooltip: '{{strategy}} 未安装', strategyNotInstallTooltip: '{{strategy}} 未安装',

Loading…
Cancel
Save