langchain-ai / langchain-google

MIT License
74 stars 78 forks source link

anthropic [patch] add tool_result type to ToolMessage content #315

Closed rvndbalaji closed 1 week ago

rvndbalaji commented 1 week ago

Patching anthropic tool calls from the following PRs from langchain main repo

lkuligin commented 1 week ago

/gcbrun

rvndbalaji commented 1 week ago

@lkuligin The integration test is failing due to Resource exhaustion

rvndbalaji commented 1 week ago

@lkuligin Any timeline on when this will be available as part of the next release? I wish to use this in my work, and im in dire need of tool calling

(Right now im cloning the master branch and creating a whl file) Could we have a new released version?

lkuligin commented 1 week ago

we target the beginning of the next week for a release.

P.S. just in case, maybe it's an easier way to install from main (but remember to uninstall the previously install version first, otherwise pip might not catch the update since the version is the same): pip install --upgrade "git+https://github.com/langchain-ai/langchain-google.git#subdirectory=libs/vertexai"