We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The new methods for callbacks are not implemented in the LogHandler in tag v0.1.4
LogHandler
I am sure this was missed because of the following composition and thus the static assertion is moot.
langchaingo/callbacks/log.go
Lines 12 to 17 in 7601dc3
These methods are missing:
langchaingo/callbacks/callbacks.go
Lines 17 to 18 in 7601dc3
Line 30 in 7601dc3
The text was updated successfully, but these errors were encountered:
9dc6ea7
Merge pull request #597 from terwey/logging
9fa8ab0
Callbacks Log: Implement logging for text types, fixes #596
No branches or pull requests
The new methods for callbacks are not implemented in the
LogHandler
in tag v0.1.4I am sure this was missed because of the following composition and thus the static assertion is moot.
langchaingo/callbacks/log.go
Lines 12 to 17 in 7601dc3
These methods are missing:
langchaingo/callbacks/callbacks.go
Lines 17 to 18 in 7601dc3
langchaingo/callbacks/callbacks.go
Line 30 in 7601dc3
The text was updated successfully, but these errors were encountered: