fix: complete ordinary channel runtime paths
This commit is contained in:
parent
40501233ef
commit
2e48b7d768
12 changed files with 158 additions and 40 deletions
|
|
@ -31,8 +31,11 @@ test('knowledge-embedded Agent keeps one channel body with human-managed convers
|
|||
assert.equal(contract.channel.response_target_is_selected_per_turn, true)
|
||||
assert.equal(contract.channel.persona_identity_preconfigured, false)
|
||||
assert.equal(contract.channel.persona_declares_own_number_and_name, true)
|
||||
assert.match(frontend, /ICE-GL∞/)
|
||||
assert.match(frontend, /零点原核频道系统/)
|
||||
assert.match(frontend, /正在读取当前频道/)
|
||||
assert.match(frontend, /频道编号核验中/)
|
||||
assert.match(frontend, /setRuntime\(nextRuntime\)[\s\S]*list_persona_agent_conversations/)
|
||||
assert.doesNotMatch(frontend, /artifactCount \?\? 0/)
|
||||
assert.doesNotMatch(frontend, /runtime\?\.humanNumber \|\| 'ICE-GL∞'/)
|
||||
assert.doesNotMatch(frontend, /ICE-P-ZY001/)
|
||||
assert.doesNotMatch(frontend, />\s*人类\s*</)
|
||||
assert.match(frontend, /新建/)
|
||||
|
|
|
|||
Loading…
Reference in a new issue