mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 08:56:47 +08:00
### What problem does this PR solve? Feat: Translate the text of the webhook debugging interface. #10427 ### Type of change - [x] New Feature (non-breaking change which adds functionality) Co-authored-by: balibabu <assassin_cike@163.com>
This commit is contained in:
@ -2129,6 +2129,9 @@ Important structured information may include: names, dates, locations, events, k
|
||||
requestBodyParameters: 'Request body parameters',
|
||||
immediately: 'Accepted response',
|
||||
streaming: 'Final response',
|
||||
overview: 'Overview',
|
||||
logs: 'Logs',
|
||||
agentStatus: 'Agent status:',
|
||||
},
|
||||
saveToMemory: 'Save to memory',
|
||||
memory: 'Memory',
|
||||
|
||||
@ -1939,6 +1939,9 @@ Tokenizer 会根据所选方式将内容存储为对应的数据结构。`,
|
||||
queryParameters: '查询参数',
|
||||
headerParameters: '请求头参数',
|
||||
requestBodyParameters: '请求体参数',
|
||||
overview: '概述',
|
||||
logs: '日志',
|
||||
agentStatus: '智能体状态:',
|
||||
},
|
||||
saveToMemory: '保存到Memory',
|
||||
memory: 'Memory',
|
||||
|
||||
Reference in New Issue
Block a user