langserve icon indicating copy to clipboard operation
langserve copied to clipboard

Bind Tools to Remote Runnables

Open KokashMo opened this issue 1 year ago • 0 comments

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.

KokashMo avatar Oct 14 '24 10:10 KokashMo