feat: show error when not select required model

This commit is contained in:
AkaraChen 2025-01-09 17:37:43 +08:00
parent 43f60cec24
commit 4e29694a46
2 changed files with 2 additions and 0 deletions

View File

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

View File

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