🎨 style(ui): move type-specific “Other / Organization” inputs to Basic Info card for smoother channel setup
Summary
• **EditChannel.js**
– Relocated the following conditional inputs from “Advanced Settings” to the initial “Basic Info” card:
• Model version (type 18)
• Deployment region (type 41)
• Knowledge-base ID (type 21)
• Account ID (type 39)
• Agent ID (type 49)
• OpenAI organization (type 1)
– No functional changes; layout only.
Why
These fields are commonly filled during the first steps of channel creation. Surfacing them earlier reduces scrolling and streamlines the user workflow.
This commit is contained in:
@@ -1144,7 +1144,7 @@
|
||||
"鉴权json": "Authentication JSON",
|
||||
"请输入鉴权json": "Please enter authentication JSON",
|
||||
"组织": "Organization",
|
||||
"组织,可选,不填则为默认组织": "Organization (optional), default if empty",
|
||||
"组织,不填则为默认组织": "Organization, default if empty",
|
||||
"请输入组织org-xxx": "Please enter organization org-xxx",
|
||||
"默认测试模型": "Default Test Model",
|
||||
"不填则为模型列表第一个": "First model in list if empty",
|
||||
|
||||
Reference in New Issue
Block a user