Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

langgraph[patch]: refactor ToolNode #1066

Merged
merged 1 commit into from
Jul 18, 2024
Merged

Conversation

baskaryan
Copy link
Contributor

No description provided.

Copy link
Collaborator

@vbarda vbarda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@baskaryan baskaryan merged commit 3a53843 into main Jul 18, 2024
27 checks passed
@baskaryan baskaryan deleted the bagatur/tool_node_factor branch July 18, 2024 23:13
@Jerry-lihui9602
Copy link

Hello, may I ask if this modification could possibly have caused the issues listed below?

openai.BadRequestError: Error code: 400 - {'error': {'message': "Invalid type for 'messages[2].content[0]': expected an object, but got a string instead. (request id: 202407191424176891566785FnO3NA4) (request id: 202407191424176074238215SXedUTv)", 'type': 'invalid_request_error', 'param': 'messages[2].content[0]', 'code': 'invalid_type'}}
https://smith.langchain.com/public/a2ca9c35-dfeb-4744-951e-ecc8973d769b/r

@vbarda
Copy link
Collaborator

vbarda commented Jul 24, 2024

Hello, may I ask if this modification could possibly have caused the issues listed below?

openai.BadRequestError: Error code: 400 - {'error': {'message': "Invalid type for 'messages[2].content[0]': expected an object, but got a string instead. (request id: 202407191424176891566785FnO3NA4) (request id: 202407191424176074238215SXedUTv)", 'type': 'invalid_request_error', 'param': 'messages[2].content[0]', 'code': 'invalid_type'}} https://smith.langchain.com/public/a2ca9c35-dfeb-4744-951e-ecc8973d769b/r

@Jerry-lihui9602 not exactly, but we fixed this issue -- please update to 0.1.12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants