feat: harden intelligence runtime and llm providers

This commit is contained in:
2026-05-16 21:18:34 +02:00
parent 7e85a54c32
commit 85f97bb2a6
22 changed files with 732 additions and 201 deletions

View File

@@ -80,7 +80,7 @@ test('OpenRouterProvider Unit Tests', async (t) => {
provider.complete('system', 'user'),
{
name: 'Error',
message: 'OpenRouter API 401: Unauthorized access'
message: 'openrouter auth failed (401): Unauthorized access'
}
);
} finally {