### What problem does this PR solve? feat: Add agent interface document link to agent page #3189 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -447,6 +447,7 @@ The above is the content you need to summarize.`,
|
||||
multiTurn: 'Multi-turn optimization',
|
||||
multiTurnTip:
|
||||
'In multi-round conversations, the query to the knowledge base is optimized. The large model will be called to consume additional tokens.',
|
||||
howUseId: 'How to use chat ID?',
|
||||
},
|
||||
setting: {
|
||||
profile: 'Profile',
|
||||
@@ -1031,6 +1032,7 @@ The above is the content you need to summarize.`,
|
||||
reference: 'Reference',
|
||||
input: 'Input',
|
||||
parameter: 'Parameter',
|
||||
howUseId: 'How to use agent ID?',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
@@ -416,6 +416,7 @@ export default {
|
||||
multiTurn: '多輪對話優化',
|
||||
multiTurnTip:
|
||||
'在多輪對話的中,對去知識庫查詢的問題進行最佳化。會呼叫大模型額外消耗token。',
|
||||
howUseId: '如何使用聊天ID?',
|
||||
},
|
||||
setting: {
|
||||
profile: '概述',
|
||||
@@ -979,6 +980,7 @@ export default {
|
||||
reference: '引用',
|
||||
input: '輸入',
|
||||
parameter: '參數',
|
||||
howUseId: '如何使用Agent ID?',
|
||||
},
|
||||
footer: {
|
||||
profile: '“保留所有權利 @ react”',
|
||||
|
||||
@@ -433,6 +433,7 @@ export default {
|
||||
multiTurn: '多轮对话优化',
|
||||
multiTurnTip:
|
||||
'在多轮对话的中,对去知识库查询的问题进行优化。会调用大模型额外消耗token。',
|
||||
howUseId: '如何使用聊天ID?',
|
||||
},
|
||||
setting: {
|
||||
profile: '概要',
|
||||
@@ -999,6 +1000,7 @@ export default {
|
||||
reference: '引用',
|
||||
input: '输入',
|
||||
parameter: '参数',
|
||||
howUseId: '如何使用Agent ID?',
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user