langserve
langserve copied to clipboard
Bind Tools to Remote Runnables
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.