fix(deps): bump @langchain/openai from 0.2.1 to 0.3.0 #230
Annotations
8 errors and 1 warning
Build and Test:
src/services/llm/llm.service.ts#L40
Argument of type 'BaseLanguageModel<any, BaseLanguageModelCallOptions>' is not assignable to parameter of type 'BaseLanguageModelInterface<any, BaseLanguageModelCallOptions>'.
|
Build and Test:
src/services/llm/llm.service.ts#L46
Argument of type 'BaseLanguageModel<any, BaseLanguageModelCallOptions>' is not assignable to parameter of type 'BaseLanguageModelInterface<any, BaseLanguageModelCallOptions>'.
|
Build and Test:
src/services/llm/llm.service.ts#L54
Argument of type 'BaseLanguageModel<any, BaseLanguageModelCallOptions>' is not assignable to parameter of type 'BaseLanguageModelInterface<any, BaseLanguageModelCallOptions>'.
|
Build and Test:
src/services/chat/autonomous-agent.ts#L31
Type 'ChatOpenAI<ChatOpenAICallOptions>' is not assignable to type 'BaseChatModel<BaseFunctionCallOptions, BaseMessageChunk>'.
|
Build and Test:
src/services/chat/autonomous-agent.ts#L32
Type 'import("/home/runner/work/darwin/darwin/node_modules/@langchain/core/dist/tools/index").StructuredToolInterface<import("/home/runner/work/darwin/darwin/node_modules/@langchain/core/dist/types/zod").ZodObjectAny>[]' is not assignable to type 'import("/home/runner/work/darwin/darwin/node_modules/langchain/node_modules/@langchain/core/dist/tools/index").StructuredToolInterface<import("/home/runner/work/darwin/darwin/node_modules/langchain/node_modules/@langchain/core/dist/types/zod").ZodObjectAny>[]'.
|
Build and Test:
src/services/chat/autonomous-agent.ts#L33
Type 'import("/home/runner/work/darwin/darwin/node_modules/@langchain/core/dist/prompts/chat").ChatPromptTemplate<any, any>' is not assignable to type 'import("/home/runner/work/darwin/darwin/node_modules/langchain/node_modules/@langchain/core/dist/prompts/chat").ChatPromptTemplate<any, any>'.
|
Build and Test:
src/services/chat/autonomous-agent.ts#L35
Type 'StructuredToolInterface<ZodObjectAny>[]' is not assignable to type '(StructuredToolInterface<ZodObjectAny> | StructuredToolInterface<ZodObjectAny>)[]'.
|
Build and Test
Process completed with exit code 1.
|
Build and Test
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/
|