You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: