fix(llm): update router and llm_chat tool to call providers routes #9055
ci.yml
on: pull_request
Detect Version
Test and Build
/
Test and Build
43s
Check Docs Changes
Matrix: Build AMD64
Matrix: Build ARM64 (GHCR Only)
Process Docs
/
Process Documentation Embeddings
Matrix: Create GHCR Manifests
Annotations
7 errors and 3 warnings
|
Test and Build / Test and Build
Process completed with exit code 1.
|
|
executor/handlers/router/router-handler.test.ts > RouterBlockHandler V2 > should throw error for invalid route ID in response:
apps/sim/executor/handlers/router/router-handler.test.ts#L510
AssertionError: expected [Function] to throw error matching /Router could not determine a valid ro…/ but got 'Zero-length key is not supported'
- Expected:
/Router could not determine a valid route/
+ Received:
"Zero-length key is not supported"
❯ executor/handlers/router/router-handler.test.ts:510:5
|
|
executor/handlers/router/router-handler.test.ts > RouterBlockHandler V2 > should handle NO_MATCH response with reasoning:
apps/sim/executor/handlers/router/router-handler.test.ts#L485
AssertionError: expected [Function] to throw error including 'Router could not determine a matching…' but got 'Zero-length key is not supported'
Expected: "Router could not determine a matching route: The query does not relate to any available route."
Received: "Zero-length key is not supported"
❯ executor/handlers/router/router-handler.test.ts:485:5
|
|
executor/handlers/router/router-handler.test.ts > RouterBlockHandler > should handle server error responses:
apps/sim/executor/handlers/router/router-handler.test.ts#L234
AssertionError: expected [Function] to throw error including 'Server error' but got 'Zero-length key is not supported'
Expected: "Server error"
Received: "Zero-length key is not supported"
❯ executor/handlers/router/router-handler.test.ts:234:5
|
|
executor/handlers/router/router-handler.test.ts > RouterBlockHandler > should throw error if LLM response is not a valid target block ID:
apps/sim/executor/handlers/router/router-handler.test.ts#L203
AssertionError: expected [Function] to throw error including 'Invalid routing decision: invalid-blo…' but got 'Zero-length key is not supported'
Expected: "Invalid routing decision: invalid-block-id"
Received: "Zero-length key is not supported"
❯ executor/handlers/router/router-handler.test.ts:203:5
|
|
executor/handlers/evaluator/evaluator-handler.test.ts > EvaluatorBlockHandler > should handle server error responses:
apps/sim/executor/handlers/evaluator/evaluator-handler.test.ts#L348
AssertionError: expected [Function] to throw error including 'Server error' but got 'Zero-length key is not supported'
Expected: "Server error"
Received: "Zero-length key is not supported"
❯ executor/handlers/evaluator/evaluator-handler.test.ts:348:5
|
|
Test and Build / Test and Build
sim#test: command (/home/runner/_work/sim/sim/apps/sim) /home/runner/.bun/bin/bun run test exited (1)
|
|
Test and Build / Test and Build
Skipping sticky disk commit due to previous step failures
|
|
Test and Build / Test and Build
- Step: unknown (failed)
|
|
Test and Build / Test and Build
Found 2 failed/cancelled steps in previous workflow steps
|