mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 00:46:52 +08:00
### What problem does this PR solve? Feat: Add configuration for webhook to the begin node. #10427 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -1961,6 +1961,37 @@ Important structured information may include: names, dates, locations, events, k
|
||||
removeFirst: 'Remove first',
|
||||
removeLast: 'Remove last',
|
||||
},
|
||||
webhook: {
|
||||
name: 'Webhook',
|
||||
methods: 'Methods',
|
||||
contentTypes: 'Content types',
|
||||
security: 'Security',
|
||||
schema: 'Schema',
|
||||
response: 'Response',
|
||||
executionMode: 'Execution mode',
|
||||
authMethods: 'Authentication Methods',
|
||||
authType: 'Authentication Type',
|
||||
limit: 'Request Limit',
|
||||
per: 'Time Period',
|
||||
maxBodySize: 'Maximum Body Size',
|
||||
ipWhitelist: 'IP Whitelist',
|
||||
tokenHeader: 'Token Header',
|
||||
tokenValue: 'Token Value',
|
||||
username: 'Username',
|
||||
password: 'Password',
|
||||
algorithm: 'Algorithm',
|
||||
secret: 'Secret',
|
||||
issuer: 'Issuer',
|
||||
audience: 'Audience',
|
||||
requiredClaims: 'Required Claims',
|
||||
header: 'Header',
|
||||
status: 'Status',
|
||||
headersTemplate: 'Headers Template',
|
||||
bodyTemplate: 'Body Template',
|
||||
basic: 'Basic',
|
||||
bearer: 'Bearer',
|
||||
apiKey: 'Api Key',
|
||||
},
|
||||
},
|
||||
llmTools: {
|
||||
bad_calculator: {
|
||||
|
||||
@ -1755,6 +1755,37 @@ Tokenizer 会根据所选方式将内容存储为对应的数据结构。`,
|
||||
removeFirst: '移除第一个',
|
||||
removeLast: '移除最后一个',
|
||||
},
|
||||
webhook: {
|
||||
name: '网络钩子',
|
||||
methods: '方法',
|
||||
contentTypes: '内容类型',
|
||||
security: '安全配置',
|
||||
schema: '模式',
|
||||
response: '响应',
|
||||
executionMode: '执行模式',
|
||||
authMethods: '认证方法',
|
||||
authType: '认证类型',
|
||||
limit: '请求限制',
|
||||
per: '时间周期',
|
||||
maxBodySize: '最大主体大小',
|
||||
ipWhitelist: 'IP白名单',
|
||||
tokenHeader: '令牌头部',
|
||||
tokenValue: '令牌值',
|
||||
username: '用户名',
|
||||
password: '密码',
|
||||
algorithm: '算法',
|
||||
secret: '密钥',
|
||||
issuer: '签发者',
|
||||
audience: '受众',
|
||||
requiredClaims: '必需声明',
|
||||
header: '头部',
|
||||
status: '状态',
|
||||
headersTemplate: '头部模板',
|
||||
bodyTemplate: '主体模板',
|
||||
basic: '基础认证',
|
||||
bearer: '承载令牌',
|
||||
apiKey: 'API密钥',
|
||||
},
|
||||
},
|
||||
footer: {
|
||||
profile: 'All rights reserved @ React',
|
||||
|
||||
Reference in New Issue
Block a user