langchain
cb6cf4b6
- Fix return value type of dumpd (#20123)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
Fix return value type of dumpd (#20123) The return type of `json.loads` is `Any`. In fact, the return type of `dumpd` must be based on `json.loads`, so the correction here is understandable. Co-authored-by: Harrison Chase <hw.chase.17@gmail.com>
References
#20123 - Fix return value type of dumpd
Author
XinyueZ
Parents
0bce28cd
Loading