Images that appear consecutively in the dialogue are displayed using a carousel. #12076 (#12077)

### 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:
balibabu
2025-12-22 14:41:02 +08:00
committed by GitHub
parent 5ba51b21c9
commit 2ddfcc7cf6
5 changed files with 194 additions and 84 deletions

View File

@ -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: {

View File

@ -1835,6 +1835,8 @@ Tokenizer 会根据所选方式将内容存储为对应的数据结构。`,
schema: '模式',
response: '响应',
executionMode: '执行模式',
executionModeTip:
'Accepted Response请求校验通过后立即返回接收成功响应工作流在后台异步执行Final Response系统在工作流执行完成后返回最终处理结果',
authMethods: '认证方法',
authType: '认证类型',
limit: '请求限制',