API: move to api-version=2 for faster streaming LLM responses #21268
Annotations
4 errors and 1 warning
Run google-github-actions/setup-gcloud@v0
The v0 series of google-github-actions/setup-gcloud is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions:
https://github.com/google-github-actions/setup-gcloud
|
Run google-github-actions/auth@v0
The v0 series of google-github-actions/auth is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions:
https://github.com/google-github-actions/auth
|
Run pnpm run test:unit --run:
vscode/src/chat/utils.test.ts#L30
AssertionError: expected { authenticated: true, …(8) } to strictly equal { …(9) }
- Expected
+ Received
Object {
"authenticated": true,
- "codyApiVersion": 1,
+ "codyApiVersion": 2,
"endpoint": "https://sourcegraph.com/",
"hasVerifiedEmail": true,
"isFireworksTracingEnabled": false,
"primaryEmail": "[email protected]",
"requiresVerifiedEmail": true,
"siteVersion": "999",
"username": "alice",
}
❯ src/chat/utils.test.ts:30:11
|
Run pnpm run test:unit --run
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: google-github-actions/auth@v0, google-github-actions/setup-gcloud@v0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading