Skip to content

core[minor]: Convert runnable to tool #1885

core[minor]: Convert runnable to tool

core[minor]: Convert runnable to tool #1885

Triggered via pull request July 10, 2024 01:21
Status Failure
Total duration 2m 25s
Artifacts

unit-tests-langchain.yml

on: pull_request
Matrix: Unit Tests
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 1 warning
Unit Tests (ubuntu-latest, 20.x)
Property 'partial' in type 'ChatPromptTemplate<RunInput, PartialVariableName>' is not assignable to the same property in base type 'BaseChatPromptTemplate<RunInput, PartialVariableName>'.
Unit Tests (ubuntu-latest, 20.x)
Type 'ChatPromptTemplate<RunInput extends Symbol ? ParamsFromFString<T> : RunInput, any>' is not assignable to type 'ChatPromptTemplate<InputValues | ExtractedFStringParams<T, RunInput>, any>'.
Unit Tests (ubuntu-latest, 20.x)
Property 'partial' in type 'ImagePromptTemplate<RunInput, PartialVariableName>' is not assignable to the same property in base type 'BasePromptTemplate<RunInput, ImagePromptValue, PartialVariableName>'.
Unit Tests (ubuntu-latest, 20.x)
Property 'partial' in type 'PromptTemplate<RunInput, PartialVariableName>' is not assignable to the same property in base type 'BaseStringPromptTemplate<RunInput, PartialVariableName>'.
Unit Tests (ubuntu-latest, 20.x)
Argument of type 'Runnable<RunInput, RunOutput, RunnableConfig> | Awaited<RunOutput>' is not assignable to parameter of type 'RunOutput | PromiseLike<RunOutput>'.
Unit Tests (ubuntu-latest, 20.x)
@langchain/core#build:internal: command (/home/runner/work/langchainjs/langchainjs/langchain-core) /tmp/xfs-5827c774/yarn run build:internal exited (1)
Unit Tests (ubuntu-latest, 20.x)
@langchain/core#build: command (/home/runner/work/langchainjs/langchainjs/langchain-core) /tmp/xfs-45473481/yarn run build exited (1)
Unit Tests (ubuntu-latest, 20.x)
Process completed with exit code 1.
Unit Tests (ubuntu-latest, 18.x)
The job was canceled because "ubuntu-latest_20_x" failed.
Unit Tests (ubuntu-latest, 18.x)
@langchain/core#build: command (/home/runner/work/langchainjs/langchainjs/langchain-core) /tmp/xfs-59fa6679/yarn run build exited (1)
Unit Tests (ubuntu-latest, 18.x)
Property 'partial' in type 'ChatPromptTemplate<RunInput, PartialVariableName>' is not assignable to the same property in base type 'BaseChatPromptTemplate<RunInput, PartialVariableName>'.
Unit Tests (ubuntu-latest, 18.x)
Type 'ChatPromptTemplate<RunInput extends Symbol ? ParamsFromFString<T> : RunInput, any>' is not assignable to type 'ChatPromptTemplate<InputValues | ExtractedFStringParams<T, RunInput>, any>'.
Unit Tests (ubuntu-latest, 18.x)
Property 'partial' in type 'ImagePromptTemplate<RunInput, PartialVariableName>' is not assignable to the same property in base type 'BasePromptTemplate<RunInput, ImagePromptValue, PartialVariableName>'.
Unit Tests (ubuntu-latest, 18.x)
Property 'partial' in type 'PromptTemplate<RunInput, PartialVariableName>' is not assignable to the same property in base type 'BaseStringPromptTemplate<RunInput, PartialVariableName>'.
Unit Tests (ubuntu-latest, 18.x)
Argument of type 'Runnable<RunInput, RunOutput, RunnableConfig> | Awaited<RunOutput>' is not assignable to parameter of type 'RunOutput | PromiseLike<RunOutput>'.
Unit Tests (ubuntu-latest, 18.x)
@langchain/core#build:internal: command (/home/runner/work/langchainjs/langchainjs/langchain-core) /tmp/xfs-5d43f336/yarn run build:internal exited (1)
Unit Tests (ubuntu-latest, 18.x)
The operation was canceled.
Unit Tests (ubuntu-latest, 20.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/