Skip to content

chore: 提供兼容vercel/ai的message封装,能够不引入ai包编译 #697

chore: 提供兼容vercel/ai的message封装,能够不引入ai包编译

chore: 提供兼容vercel/ai的message封装,能够不引入ai包编译 #697

Triggered via push November 13, 2024 07:22
Status Failure
Total duration 49s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Deploy: src/agent/next/next.ts#L1
Cannot find module '@ai-sdk/provider' or its corresponding type declarations.
Deploy: src/agent/next/next.ts#L2
Cannot find module 'ai' or its corresponding type declarations.
Deploy: src/agent/next/next.ts#L5
Cannot find module '@ai-sdk/anthropic' or its corresponding type declarations.
Deploy: src/agent/next/next.ts#L6
Cannot find module '@ai-sdk/azure' or its corresponding type declarations.
Deploy: src/agent/next/next.ts#L7
Cannot find module '@ai-sdk/cohere' or its corresponding type declarations.
Deploy: src/agent/next/next.ts#L8
Cannot find module '@ai-sdk/google' or its corresponding type declarations.
Deploy: src/agent/next/next.ts#L9
Cannot find module '@ai-sdk/mistral' or its corresponding type declarations.
Deploy: src/agent/next/next.ts#L10
Cannot find module '@ai-sdk/openai' or its corresponding type declarations.
Deploy: src/agent/next/next.ts#L11
Cannot find module 'ai' or its corresponding type declarations.
Deploy: src/agent/next/next.ts#L21
Type 'unknown' is not assignable to type 'string | null'.
Deploy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/