🐛 fix: fixed the createGroupWithSupervisor function test (#11590)

fix: fixed the createGroupWithSupervisor function test
This commit is contained in:
Shinji-Li
2026-01-18 23:26:52 +08:00
committed by GitHub
parent 51d2eae0dc
commit 83bb343066

View File

@@ -171,6 +171,7 @@ describe('agentGroupRouter', () => {
config: { ...DEFAULT_CHAT_GROUP_CHAT_CONFIG, allowDM: true },
},
['agent-1', 'agent-2'],
undefined,
);
expect(result).toEqual({
agentIds: ['agent-1', 'agent-2'],