Trying to access configurable values passed from a RemoteRunnable to a Langserve chain #27518
Replies: 1 comment 6 replies
-
I found a similar discussion that might be relevant to your issue. It involves passing In your case, the 422 error could be due to the way the configuration is being passed or handled in the If the issue persists, consider checking the request payload to ensure it matches the expected schema and that all required fields are included. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to access the values passed in a RemoteRunnable configurable in the chain but getting a 422.
Removing the configs from the combined_runnables seem to work but can't seem to work with it.
Here Is my remoteRunnable call
And here is my chain:
Beta Was this translation helpful? Give feedback.
All reactions