core[minor],openai[patch],langchain[patch]: Allow tool functions to input ToolCall
/ return ToolMessage
#461
test-exports.yml
on: pull_request
exports-esbuild
2m 38s
exports-esm
2m 40s
exports-cjs
3m 5s
exports-cf
2m 37s
exports-vercel
2m 38s
exports-vite
2m 40s
exports-tsc
2m 50s
Annotations
42 errors and 7 warnings
exports-cf
Interface 'DallEAPIWrapperParams' incorrectly extends interface 'ToolParams'.
|
exports-cf
Property 'responseFormat' in type 'DallEAPIWrapper' is not assignable to the same property in base type 'Tool<string>'.
|
exports-cf
Argument of type 'DallEAPIWrapperParams | undefined' is not assignable to parameter of type 'ToolParams | undefined'.
|
exports-cf
@langchain/openai#build:internal: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-06f1d890/yarn run build:internal exited (1)
|
exports-cf
@langchain/openai#build: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-a785027a/yarn run build exited (1)
|
exports-cf
Process completed with exit code 1.
|
exports-esbuild
Interface 'DallEAPIWrapperParams' incorrectly extends interface 'ToolParams'.
|
exports-esbuild
Property 'responseFormat' in type 'DallEAPIWrapper' is not assignable to the same property in base type 'Tool<string>'.
|
exports-esbuild
Argument of type 'DallEAPIWrapperParams | undefined' is not assignable to parameter of type 'ToolParams | undefined'.
|
exports-esbuild
@langchain/openai#build:internal: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-966db276/yarn run build:internal exited (1)
|
exports-esbuild
@langchain/openai#build: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-5e60a230/yarn run build exited (1)
|
exports-esbuild
Process completed with exit code 1.
|
exports-vercel
Interface 'DallEAPIWrapperParams' incorrectly extends interface 'ToolParams'.
|
exports-vercel
Property 'responseFormat' in type 'DallEAPIWrapper' is not assignable to the same property in base type 'Tool<string>'.
|
exports-vercel
Argument of type 'DallEAPIWrapperParams | undefined' is not assignable to parameter of type 'ToolParams | undefined'.
|
exports-vercel
@langchain/openai#build:internal: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-3e5ccc3e/yarn run build:internal exited (1)
|
exports-vercel
@langchain/openai#build: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-75eb5171/yarn run build exited (1)
|
exports-vercel
Process completed with exit code 1.
|
exports-esm
Interface 'DallEAPIWrapperParams' incorrectly extends interface 'ToolParams'.
|
exports-esm
Property 'responseFormat' in type 'DallEAPIWrapper' is not assignable to the same property in base type 'Tool<string>'.
|
exports-esm
Argument of type 'DallEAPIWrapperParams | undefined' is not assignable to parameter of type 'ToolParams | undefined'.
|
exports-esm
@langchain/openai#build:internal: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-d02c9019/yarn run build:internal exited (1)
|
exports-esm
@langchain/openai#build: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-ed8a05b2/yarn run build exited (1)
|
exports-esm
Process completed with exit code 1.
|
exports-vite
Interface 'DallEAPIWrapperParams' incorrectly extends interface 'ToolParams'.
|
exports-vite
Property 'responseFormat' in type 'DallEAPIWrapper' is not assignable to the same property in base type 'Tool<string>'.
|
exports-vite
Argument of type 'DallEAPIWrapperParams | undefined' is not assignable to parameter of type 'ToolParams | undefined'.
|
exports-vite
@langchain/openai#build:internal: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-e04ddf42/yarn run build:internal exited (1)
|
exports-vite
@langchain/openai#build: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-cefefae2/yarn run build exited (1)
|
exports-vite
Process completed with exit code 1.
|
exports-tsc
Interface 'DallEAPIWrapperParams' incorrectly extends interface 'ToolParams'.
|
exports-tsc
Property 'responseFormat' in type 'DallEAPIWrapper' is not assignable to the same property in base type 'Tool<string>'.
|
exports-tsc
Argument of type 'DallEAPIWrapperParams | undefined' is not assignable to parameter of type 'ToolParams | undefined'.
|
exports-tsc
@langchain/openai#build:internal: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-7c4ef9cc/yarn run build:internal exited (1)
|
exports-tsc
@langchain/openai#build: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-85d68a6e/yarn run build exited (1)
|
exports-tsc
Process completed with exit code 1.
|
exports-cjs
Interface 'DallEAPIWrapperParams' incorrectly extends interface 'ToolParams'.
|
exports-cjs
Property 'responseFormat' in type 'DallEAPIWrapper' is not assignable to the same property in base type 'Tool<string>'.
|
exports-cjs
Argument of type 'DallEAPIWrapperParams | undefined' is not assignable to parameter of type 'ToolParams | undefined'.
|
exports-cjs
@langchain/openai#build:internal: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-42b2e12a/yarn run build:internal exited (1)
|
exports-cjs
@langchain/openai#build: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-cad6dbe1/yarn run build exited (1)
|
exports-cjs
Process completed with exit code 1.
|
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/
|
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/
|
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/
|
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/
|
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/
|
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/
|
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/
|