Skip to content

Release Obsidian Plugin #57

Release Obsidian Plugin

Release Obsidian Plugin #57

Triggered via push December 3, 2024 12:01
Status Failure
Total duration 55s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
build: src/include/ai/Conversation.ts#L3
Cannot find module '@langchain/core/messages' or its corresponding type declarations.
build: src/include/ai/Conversation.ts#L9
Cannot find module '@langchain/core/prompts' or its corresponding type declarations.
build: src/include/ai/Conversation.ts#L95
Property 'invoke' does not exist on type 'ChatAnthropic | ChatOpenAI<ChatOpenAICallOptions> | ChatGoogleGenerativeAI'.
build: src/include/ai/Conversation.ts#L118
Parameter 'vars' implicitly has an 'any' type.
build: src/include/ai/Conversation.ts#L179
Parameter 'err' implicitly has an 'any' type.
build: src/include/ai/Conversation.ts#L179
Parameter 'runId' implicitly has an 'any' type.
build: src/include/ai/Conversation.ts#L179
Parameter 'parentRunId' implicitly has an 'any' type.
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'.
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'.
build
Process completed with exit code 2.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/