chore: add tooltip props to agent strategy select

This commit is contained in:
AkaraChen 2025-01-09 14:56:46 +08:00
parent 7b4d49a79c
commit b964c713bd
2 changed files with 2 additions and 0 deletions

View File

@ -703,6 +703,7 @@ const translation = {
agent: {
strategy: {
label: 'Agentic Strategy',
tooltip: 'Different Agentic strategies determine how the system plans and executes multi-step tool calls',
shortLabel: 'Strategy',
configureTip: 'Please configure agentic strategy.',
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. ',

View File

@ -703,6 +703,7 @@ const translation = {
agent: {
strategy: {
label: 'Agent 策略',
tooltip: '不同的 Agent 策略决定了系统如何规划和执行多步工具调用',
shortLabel: '策略',
configureTip: '请配置 Agent 策略。',
configureTipDesc: '配置完成后,此节点将自动加载剩余配置。策略将影响多步工具推理的机制。',