feat: add human-first dual HoloLake workbench
This commit is contained in:
parent
e72ee85b89
commit
cdfb2c81e3
12 changed files with 469 additions and 23 deletions
|
|
@ -29,7 +29,7 @@ test('knowledge workspace keeps the chat visible and binds the exact active page
|
|||
|
||||
test('model configuration remains secondary to the conversation surface', () => {
|
||||
assert.match(channel, /const \[settingsOpen, setSettingsOpen\] = useState\(false\)/)
|
||||
assert.match(channel, /说话是主入口。知识、模型和执行证据在需要时进入/)
|
||||
assert.match(channel, /直接输入消息开始对话;知识引用、模型设置和运行回执按需展开/)
|
||||
assert.match(channel, /\{settingsOpen && <aside className="persona-chat-settings">/)
|
||||
assert.match(channel, /API 密钥 · 只进钥匙串/)
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue