Skip to content

feat: summarize chats #238

feat: summarize chats

feat: summarize chats #238

Triggered via pull request May 24, 2024 19:43
Status Failure
Total duration 43s
Artifacts

tests.yml

on: pull_request
Typecheck
35s
Typecheck
Check format
30s
Check format
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Typecheck: server/api/chats/[chat_id]/chat.post.ts#L23
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/chats/[chat_id]/chat.post.ts#L36
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/chats/[chat_id]/chat.post.ts#L47
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/chats/[chat_id]/chat.post.ts#L55
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/chats/[chat_id]/index.delete.ts#L10
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/chats/[chat_id]/index.delete.ts#L23
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/chats/[chat_id]/index.get.ts#L10
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/chats/[chat_id]/index.get.ts#L23
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/chats/index.post.ts#L15
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | Error | (Partial<NuxtError<unknown>> & { status?: number | undefined; statusText?: string | undefined; })'.
Typecheck: server/api/forges/[forge_id]/repos/add.post.ts#L9
Argument of type '{ statusCode: number; statusMessage: string; }' is not assignable to parameter of type 'string | 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/.