feat: show error when not select required model
This commit is contained in:
parent
43f60cec24
commit
4e29694a46
@ -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',
|
||||
|
@ -736,6 +736,7 @@ const translation = {
|
||||
tools: '工具',
|
||||
maxIterations: '最大迭代次数',
|
||||
modelNotInstallTooltip: '此模型未安装',
|
||||
modelNotSelected: '未选择模型',
|
||||
toolNotInstallTooltip: '{{tool}} 未安装',
|
||||
toolNotAuthorizedTooltip: '{{tool}} 未授权',
|
||||
strategyNotInstallTooltip: '{{strategy}} 未安装',
|
||||
|
Loading…
Reference in New Issue
Block a user