mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-29 16:05:35 +08:00
### What problem does this PR solve? Images that appear consecutively in the dialogue are displayed using a carousel. #12076 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -2084,12 +2084,14 @@ Important structured information may include: names, dates, locations, events, k
|
||||
schema: 'Schema',
|
||||
response: 'Response',
|
||||
executionMode: 'Execution mode',
|
||||
executionModeTip:
|
||||
'Accepted Response: The system returns an acknowledgment immediately after the request is validated, while the workflow continues to execute asynchronously in the background. /Final Response: The system returns a response only after the workflow execution is completed.',
|
||||
authMethods: 'Authentication methods',
|
||||
authType: 'Authentication type',
|
||||
limit: 'Request limit',
|
||||
per: 'Time period',
|
||||
maxBodySize: 'Maximum body size',
|
||||
ipWhitelist: 'Ip whitelist',
|
||||
ipWhitelist: 'IP whitelist',
|
||||
tokenHeader: 'Token header',
|
||||
tokenValue: 'Token value',
|
||||
username: 'Username',
|
||||
@ -2109,6 +2111,8 @@ Important structured information may include: names, dates, locations, events, k
|
||||
queryParameters: 'Query parameters',
|
||||
headerParameters: 'Header parameters',
|
||||
requestBodyParameters: 'Request body parameters',
|
||||
streaming: 'Accepted response',
|
||||
immediately: 'Final response',
|
||||
},
|
||||
},
|
||||
llmTools: {
|
||||
|
||||
Reference in New Issue
Block a user