sdk: implement promptAiSdkStream #4019
ci.yml
on: push
build-and-check
2m 33s
Matrix: test-integration
Matrix: test
Annotations
10 errors and 4 warnings
|
error: expect(received).toBe(expected):
web/src/api/v1/chat/__tests__/completions.test.ts#L422
Expected: 200
Received: 400
at <anonymous> (/home/runner/work/***/***/web/src/api/v1/chat/__***s__/completions.***.ts:422:31)
|
|
error: expect(received).toBe(expected):
web/src/api/v1/chat/__tests__/completions.test.ts#L388
Expected: 200
Received: 400
at <anonymous> (/home/runner/work/***/***/web/src/api/v1/chat/__***s__/completions.***.ts:388:31)
|
|
error: expect(received).toEqual(expected):
web/src/api/v1/chat/__tests__/completions.test.ts#L315
{
- "message": "agentRunId Not Running: run-completed",
+ "message": "No runId found in request body",
}
- Expected - 1
+ Received + 1
at <anonymous> (/home/runner/work/***/***/web/src/api/v1/chat/__***s__/completions.***.ts:315:20)
|
|
error: expect(received).toEqual(expected):
web/src/api/v1/chat/__tests__/completions.test.ts#L284
{
- "message": "agentRunId Not Found: run-nonexistent",
+ "message": "No runId found in request body",
}
- Expected - 1
+ Received + 1
at <anonymous> (/home/runner/work/***/***/web/src/api/v1/chat/__***s__/completions.***.ts:284:20)
|
|
error: expect(received).toEqual(expected):
web/src/api/v1/chat/__tests__/completions.test.ts#L255
{
- "message": "No agentRunId found in request body",
+ "message": "No runId found in request body",
}
- Expected - 1
+ Received + 1
at <anonymous> (/home/runner/work/***/***/web/src/api/v1/chat/__***s__/completions.***.ts:255:20)
|
|
error: expect(received).toBe(expected):
web/src/api/v1/chat/__tests__/completions.test.ts#L422
Expected: 200
Received: 400
at <anonymous> (/home/runner/work/***/***/web/src/api/v1/chat/__***s__/completions.***.ts:422:31)
|
|
error: expect(received).toBe(expected):
web/src/api/v1/chat/__tests__/completions.test.ts#L388
Expected: 200
Received: 400
at <anonymous> (/home/runner/work/***/***/web/src/api/v1/chat/__***s__/completions.***.ts:388:31)
|
|
error: expect(received).toEqual(expected):
web/src/api/v1/chat/__tests__/completions.test.ts#L315
{
- "message": "agentRunId Not Running: run-completed",
+ "message": "No runId found in request body",
}
- Expected - 1
+ Received + 1
at <anonymous> (/home/runner/work/***/***/web/src/api/v1/chat/__***s__/completions.***.ts:315:20)
|
|
error: expect(received).toEqual(expected):
web/src/api/v1/chat/__tests__/completions.test.ts#L284
{
- "message": "agentRunId Not Found: run-nonexistent",
+ "message": "No runId found in request body",
}
- Expected - 1
+ Received + 1
at <anonymous> (/home/runner/work/***/***/web/src/api/v1/chat/__***s__/completions.***.ts:284:20)
|
|
error: expect(received).toEqual(expected):
web/src/api/v1/chat/__tests__/completions.test.ts#L255
{
- "message": "No agentRunId found in request body",
+ "message": "No runId found in request body",
}
- Expected - 1
+ Received + 1
at <anonymous> (/home/runner/work/***/***/web/src/api/v1/chat/__***s__/completions.***.ts:255:20)
|
|
test-web
Attempt 4 failed. Reason: Child_process exited with error code 123
|
|
test-web
Attempt 3 failed. Reason: Child_process exited with error code 123
|
|
test-web
Attempt 2 failed. Reason: Child_process exited with error code 123
|
|
test-web
Attempt 1 failed. Reason: Child_process exited with error code 123
|