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
Describe the bug
The exception is inside base.rb and rails will not be able to auto load it due the file name. Moving it to it's own file will allow the exception to be added to application_job.
Describe the bug
The exception is inside
base.rb
and rails will not be able to auto load it due the file name. Moving it to it's own file will allow the exception to be added to application_job.Look here:
langchainrb/lib/langchain/output_parsers/base.rb
Line 32 in 41e232b
To Reproduce
In a rails app:
Expected behavior
Loads the exception.
Terminal commands & output
Opening the rails console and typing:
Langchain::OutputParsers::OutputParserException
will fail.Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: