AssertionError: expected "vi.fn()" to be called with arguments: [ ObjectContaining{…}, Any<String> ]
Received:
1st vi.fn() call:
[
- ObjectContaining {
- "reason": "missing_rich_response_execution_id",
+ {
+ "agentId": "agent-1",
+ "conversationId": "conv-1",
+ "providerCount": 1,
+ "providers": [
+ "openai",
+ ],
+ "workspaceId": "ws-1",
},
- Any<String>,
+ "[automated-response] all fallback providers exhausted without a response",
]
Number of calls: 1
❯ __tests__/automated-response-rich-response.test.ts:421:22