Is there any way to disable output_vars while running RunnableRails? #862
Unanswered
Julian-BFacal
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Im trying to implement GuardRails with Langchain. Ive tried to use RunnableRails as it seems to be implemented to work with Langchain. However, whenever I've tried to use it with Colang 2.0 i get the error.: "ValueError: The
output_vars
option is not supported for Colang 2.0 configurations.". Ive successfully disabled them using LLMRails and simply including the option in the generate method. I cant find a way to the same with RunnableRails. Any help would be appreciated.Beta Was this translation helpful? Give feedback.
All reactions