Skip to content

feat: use langchain-ts and several fixes & improvements #198

feat: use langchain-ts and several fixes & improvements

feat: use langchain-ts and several fixes & improvements #198

Triggered via pull request April 10, 2024 17:14
@anbratenanbraten
synchronize #45
langchain-ts
Status Failure
Total duration 52s
Artifacts

tests.yml

on: pull_request
Typecheck
42s
Typecheck
Check format
26s
Check format
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
Check format
Process completed with exit code 1.
Typecheck: server/api/forges/[forge_id]/repos/add.post.ts#L9
Object literal may only specify known properties, and 'statusCode' does not exist in type 'Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/forges/[forge_id]/repos/add.post.ts#L20
Object literal may only specify known properties, and 'statusCode' does not exist in type 'Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/forges/[forge_id]/repos/search.get.ts#L10
Object literal may only specify known properties, and 'statusCode' does not exist in type 'Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/repos/[repo_id]/chat.post.ts#L22
Object literal may only specify known properties, and 'statusCode' does not exist in type 'Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/repos/[repo_id]/chat.post.ts#L37
Object literal may only specify known properties, and 'statusCode' does not exist in type 'Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/repos/[repo_id]/clone.post.ts#L19
Object literal may only specify known properties, and 'statusCode' does not exist in type 'Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/repos/[repo_id]/index.delete.ts#L12
Object literal may only specify known properties, and 'statusCode' does not exist in type 'Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/repos/[repo_id]/index.get.ts#L7
Object literal may only specify known properties, and 'statusCode' does not exist in type 'Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/utils/auth.ts#L28
Object literal may only specify known properties, and 'statusCode' does not exist in type 'Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/utils/auth.ts#L44
Object literal may only specify known properties, and 'statusCode' does not exist in type 'Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Check format
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Typecheck
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, pnpm/action-setup@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.