Annotations
10 errors and 2 warnings
Run Build:
src/include/ai/Conversation.ts#L3
Cannot find module '@langchain/core/messages' or its corresponding type declarations.
|
Run Build:
src/include/ai/Conversation.ts#L9
Cannot find module '@langchain/core/prompts' or its corresponding type declarations.
|
Run Build:
src/include/ai/Conversation.ts#L95
Property 'invoke' does not exist on type 'ChatAnthropic | ChatOpenAI<ChatOpenAICallOptions> | ChatGoogleGenerativeAI'.
|
Run Build:
src/include/ai/Conversation.ts#L118
Parameter 'vars' implicitly has an 'any' type.
|
Run Build:
src/include/ai/Conversation.ts#L179
Parameter 'err' implicitly has an 'any' type.
|
Run Build:
src/include/ai/Conversation.ts#L179
Parameter 'runId' implicitly has an 'any' type.
|
Run Build:
src/include/ai/Conversation.ts#L179
Parameter 'parentRunId' implicitly has an 'any' type.
|
Run Build:
src/include/ai/LLM.ts#L63
Argument of type '{ openAIApiKey: string; modelName: AvailableModels; temperature: number; topP: number; streaming: boolean; maxRetries: number; }' is not assignable to parameter of type 'ChatOpenAIFields'.
|
Run Build:
src/include/ai/LLM.ts#L72
Argument of type '{ apiKey: string; modelName: AvailableModels; temperature: number; topP: number; streaming: boolean; maxRetries: number; }' is not assignable to parameter of type 'GoogleGenerativeAIChatInput'.
|
Run Build
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run ESLint:
src/utilities/MigrateSettings.ts#L3
Unexpected any. Specify a different type
|
Loading