mirror of
https://github.com/langchain-ai/langserve.git
synced 2026-07-19 13:54:13 -04:00
Bind Tools to Remote Runnables #234
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @KokashMo on GitHub (Oct 14, 2024).
Hi,
I want to ask if it is possible to bind tools to Remote Runnable. Currently, Remote Runnables do not have any bind_tools() method, whereas other Runnables through LangChain already have a built-in bind_tools() method.
I want to bind tools to an already created Remote Runnable. Where the Remote Runnable is created on the server side, and I want to have the tool binding exist on the client side, and configure the Remote Runnable on the client side.
Can you, @eyurtsev , assist me in resolving this issue ?
Thank you.