feat(js): automatic handoff from Langchain RunnableLambda to traceable #1238
js_test.yml
on: pull_request
Check formatting
24s
Check linting
29s
Build and check types
28s
Matrix: Unit Tests
Annotations
22 errors and 14 warnings
Unit Tests (ubuntu-latest, 22.x)
Module '"langchain/evaluation"' has no exported member 'LoadEvaluatorOptions'.
|
Unit Tests (ubuntu-latest, 22.x)
Module '"langchain/evaluation"' has no exported member 'loadEvaluator'.
|
Unit Tests (ubuntu-latest, 22.x)
Module '"@langchain/core/callbacks/manager"' has no exported member 'CallbackManager'.
|
Unit Tests (ubuntu-latest, 22.x)
Module '"@langchain/core/tracers/tracer_langchain"' has no exported member 'LangChainTracer'.
|
Unit Tests (ubuntu-latest, 22.x)
Module '"@langchain/core/runnables"' has no exported member 'Runnable'.
|
Unit Tests (ubuntu-latest, 22.x)
Module '"@langchain/core/runnables"' has no exported member 'RunnableConfig'.
|
Unit Tests (ubuntu-latest, 22.x)
Module '"@langchain/core/runnables"' has no exported member 'patchConfig'.
|
Unit Tests (ubuntu-latest, 22.x)
Module '"@langchain/core/runnables"' has no exported member 'getCallbackManagerForConfig'.
|
Unit Tests (ubuntu-latest, 22.x)
Parameter 'handler' implicitly has an 'any' type.
|
Unit Tests (ubuntu-latest, 22.x)
Property '_getOptionsList' does not exist on type 'RunnableTraceable<RunInput, RunOutput>'.
|
Unit Tests (ubuntu-latest, 21.x)
The job was canceled because "ubuntu-latest_22_x" failed.
|
Unit Tests (ubuntu-latest, 21.x)
The operation was canceled.
|
Unit Tests (windows-latest, 20.x)
The job was canceled because "ubuntu-latest_22_x" failed.
|
Unit Tests (windows-latest, 20.x)
The operation was canceled.
|
Unit Tests (ubuntu-latest, 18.x)
The job was canceled because "ubuntu-latest_22_x" failed.
|
Unit Tests (ubuntu-latest, 18.x)
The operation was canceled.
|
Unit Tests (ubuntu-latest, 20.x)
The job was canceled because "ubuntu-latest_22_x" failed.
|
Unit Tests (ubuntu-latest, 20.x)
The operation was canceled.
|
Unit Tests (ubuntu-latest, 19.x)
The job was canceled because "ubuntu-latest_22_x" failed.
|
Unit Tests (ubuntu-latest, 19.x)
The operation was canceled.
|
Unit Tests (macos-latest, 20.x)
The job was canceled because "ubuntu-latest_22_x" failed.
|
Unit Tests (macos-latest, 20.x)
The operation was canceled.
|
Unit Tests (ubuntu-latest, 22.x)
The following actions uses Node.js version which is deprecated 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/
|
Check formatting
The following actions uses Node.js version which is deprecated 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/
|
Build and check types
The following actions uses Node.js version which is deprecated 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/
|
Check linting
The following actions uses Node.js version which is deprecated 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/
|
Check linting:
js/src/client.ts#L2432
'_' is assigned a value but never used
|
Check linting:
js/src/client.ts#L2766
Unexpected any. Specify a different type
|
Check linting:
js/src/client.ts#L2805
Unexpected any. Specify a different type
|
Check linting:
js/src/evaluation/_runner.ts#L64
Unexpected any. Specify a different type
|
Check linting:
js/src/evaluation/_runner.ts#L65
Unexpected any. Specify a different type
|
Check linting:
js/src/evaluation/_runner.ts#L151
Unexpected any. Specify a different type
|
Check linting:
js/src/evaluation/_runner.ts#L152
Unexpected any. Specify a different type
|
Check linting:
js/src/evaluation/_runner.ts#L226
'_' is assigned a value but never used
|
Check linting:
js/src/evaluation/_runner.ts#L651
'targetRunId' is assigned a value but never used
|
Check linting:
js/src/evaluation/evaluator.ts#L103
Unexpected any. Specify a different type
|