mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 08:56:47 +08:00
### What problem does this PR solve? Feat: Flatten the request schema of the webhook #10427 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -2008,6 +2008,9 @@ Important structured information may include: names, dates, locations, events, k
|
||||
basic: 'Basic',
|
||||
bearer: 'Bearer',
|
||||
apiKey: 'Api Key',
|
||||
queryParameters: 'Query parameters',
|
||||
headerParameters: 'Header parameters',
|
||||
requestBodyParameters: 'Request body parameters',
|
||||
},
|
||||
},
|
||||
llmTools: {
|
||||
|
||||
@ -1802,6 +1802,9 @@ Tokenizer 会根据所选方式将内容存储为对应的数据结构。`,
|
||||
basic: '基础认证',
|
||||
bearer: '承载令牌',
|
||||
apiKey: 'API密钥',
|
||||
queryParameters: '查询参数',
|
||||
headerParameters: '请求头参数',
|
||||
requestBodyParameters: '请求体参数',
|
||||
},
|
||||
},
|
||||
footer: {
|
||||
|
||||
Reference in New Issue
Block a user