Skip to content

core[minor],openai[patch],langchain[patch]: Allow tool functions to input ToolCall / return ToolMessage #14431

core[minor],openai[patch],langchain[patch]: Allow tool functions to input ToolCall / return ToolMessage

core[minor],openai[patch],langchain[patch]: Allow tool functions to input ToolCall / return ToolMessage #14431

Triggered via pull request July 12, 2024 22:59
Status Failure
Total duration 5m 43s
Artifacts

ci.yml

on: pull_request
Check linting
5m 28s
Check linting
test-exports  /  exports-esbuild
2m 42s
test-exports / exports-esbuild
test-exports  /  exports-esm
2m 47s
test-exports / exports-esm
test-exports  /  exports-cjs
2m 46s
test-exports / exports-cjs
test-exports  /  exports-cf
2m 43s
test-exports / exports-cf
test-exports  /  exports-vercel
2m 38s
test-exports / exports-vercel
test-exports  /  exports-vite
2m 49s
test-exports / exports-vite
test-exports  /  exports-tsc
2m 51s
test-exports / exports-tsc
Fit to window
Zoom out
Zoom in

Annotations

42 errors and 18 warnings
test-exports / exports-vercel
Interface 'DallEAPIWrapperParams' incorrectly extends interface 'ToolParams'.
test-exports / exports-vercel
Property 'responseFormat' in type 'DallEAPIWrapper' is not assignable to the same property in base type 'Tool<string>'.
test-exports / exports-vercel
Argument of type 'DallEAPIWrapperParams | undefined' is not assignable to parameter of type 'ToolParams | undefined'.
test-exports / exports-vercel
@langchain/openai#build:internal: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-c8727b47/yarn run build:internal exited (1)
test-exports / exports-vercel
@langchain/openai#build: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-4e256419/yarn run build exited (1)
test-exports / exports-vercel
Process completed with exit code 1.
test-exports / exports-cf
Interface 'DallEAPIWrapperParams' incorrectly extends interface 'ToolParams'.
test-exports / exports-cf
Property 'responseFormat' in type 'DallEAPIWrapper' is not assignable to the same property in base type 'Tool<string>'.
test-exports / exports-cf
Argument of type 'DallEAPIWrapperParams | undefined' is not assignable to parameter of type 'ToolParams | undefined'.
test-exports / exports-cf
@langchain/openai#build:internal: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-dac6f7da/yarn run build:internal exited (1)
test-exports / exports-cf
@langchain/openai#build: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-062d7b91/yarn run build exited (1)
test-exports / exports-cf
Process completed with exit code 1.
test-exports / exports-esbuild
@langchain/openai#build:internal: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-1e1e7d99/yarn run build:internal exited (1)
test-exports / exports-esbuild
Interface 'DallEAPIWrapperParams' incorrectly extends interface 'ToolParams'.
test-exports / exports-esbuild
Property 'responseFormat' in type 'DallEAPIWrapper' is not assignable to the same property in base type 'Tool<string>'.
test-exports / exports-esbuild
Argument of type 'DallEAPIWrapperParams | undefined' is not assignable to parameter of type 'ToolParams | undefined'.
test-exports / exports-esbuild
@langchain/openai#build: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-852e1143/yarn run build exited (1)
test-exports / exports-esbuild
Process completed with exit code 1.
test-exports / exports-esm
Interface 'DallEAPIWrapperParams' incorrectly extends interface 'ToolParams'.
test-exports / exports-esm
Property 'responseFormat' in type 'DallEAPIWrapper' is not assignable to the same property in base type 'Tool<string>'.
test-exports / exports-esm
Argument of type 'DallEAPIWrapperParams | undefined' is not assignable to parameter of type 'ToolParams | undefined'.
test-exports / exports-esm
@langchain/openai#build:internal: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-725ef5bd/yarn run build:internal exited (1)
test-exports / exports-esm
@langchain/openai#build: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-0573ab54/yarn run build exited (1)
test-exports / exports-esm
Process completed with exit code 1.
test-exports / exports-cjs
Interface 'DallEAPIWrapperParams' incorrectly extends interface 'ToolParams'.
test-exports / exports-cjs
Property 'responseFormat' in type 'DallEAPIWrapper' is not assignable to the same property in base type 'Tool<string>'.
test-exports / exports-cjs
Argument of type 'DallEAPIWrapperParams | undefined' is not assignable to parameter of type 'ToolParams | undefined'.
test-exports / exports-cjs
@langchain/openai#build:internal: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-324b059f/yarn run build:internal exited (1)
test-exports / exports-cjs
@langchain/openai#build: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-15f39172/yarn run build exited (1)
test-exports / exports-cjs
Process completed with exit code 1.
test-exports / exports-vite
Interface 'DallEAPIWrapperParams' incorrectly extends interface 'ToolParams'.
test-exports / exports-vite
Property 'responseFormat' in type 'DallEAPIWrapper' is not assignable to the same property in base type 'Tool<string>'.
test-exports / exports-vite
Argument of type 'DallEAPIWrapperParams | undefined' is not assignable to parameter of type 'ToolParams | undefined'.
test-exports / exports-vite
@langchain/openai#build:internal: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-d39d81a2/yarn run build:internal exited (1)
test-exports / exports-vite
@langchain/openai#build: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-7b19d6c2/yarn run build exited (1)
test-exports / exports-vite
Process completed with exit code 1.
test-exports / exports-tsc
Interface 'DallEAPIWrapperParams' incorrectly extends interface 'ToolParams'.
test-exports / exports-tsc
Property 'responseFormat' in type 'DallEAPIWrapper' is not assignable to the same property in base type 'Tool<string>'.
test-exports / exports-tsc
Argument of type 'DallEAPIWrapperParams | undefined' is not assignable to parameter of type 'ToolParams | undefined'.
test-exports / exports-tsc
@langchain/openai#build:internal: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-333e878b/yarn run build:internal exited (1)
test-exports / exports-tsc
@langchain/openai#build: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-c1ee5a2b/yarn run build exited (1)
test-exports / exports-tsc
Process completed with exit code 1.
test-exports / exports-vercel
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/
test-exports / exports-cf
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/
test-exports / exports-esbuild
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/
test-exports / exports-esm
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/
test-exports / exports-cjs
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/
test-exports / exports-vite
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/
test-exports / exports-tsc
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/
Check linting
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/
Check linting: libs/create-langchain-integration/helpers/templates.ts#L10
Unexpected any. Specify a different type
Check linting: libs/create-langchain-integration/helpers/templates.ts#L28
Unexpected any. Specify a different type
Check linting: libs/langchain-standard-tests/src/base.ts#L7
Unexpected any. Specify a different type
Check linting: libs/langchain-standard-tests/src/integration_tests/chat_models.ts#L497
Unexpected any. Specify a different type
Check linting: libs/langchain-standard-tests/src/integration_tests/chat_models.ts#L534
Unexpected any. Specify a different type
Check linting: libs/langchain-standard-tests/src/integration_tests/chat_models.ts#L541
Unexpected any. Specify a different type
Check linting: libs/langchain-standard-tests/src/integration_tests/chat_models.ts#L548
Unexpected any. Specify a different type
Check linting: libs/langchain-standard-tests/src/integration_tests/chat_models.ts#L555
Unexpected any. Specify a different type
Check linting: libs/langchain-standard-tests/src/integration_tests/chat_models.ts#L562
Unexpected any. Specify a different type
Check linting: libs/langchain-standard-tests/src/integration_tests/chat_models.ts#L569
Unexpected any. Specify a different type