Skip to content

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

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 #1134

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

examples.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 warning
Build
Interface 'DallEAPIWrapperParams' incorrectly extends interface 'ToolParams'.
Build
Property 'responseFormat' in type 'DallEAPIWrapper' is not assignable to the same property in base type 'Tool<string>'.
Build
Argument of type 'DallEAPIWrapperParams | undefined' is not assignable to parameter of type 'ToolParams | undefined'.
Build
@langchain/openai#build:internal: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-89e914d9/yarn run build:internal exited (1)
Build
@langchain/openai#build: command (/home/runner/work/langchainjs/langchainjs/libs/langchain-openai) /tmp/xfs-caf03371/yarn run build exited (1)
Build
Process completed with exit code 1.
Build
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/