docs(langchain): correct import path in ModelCallLimitMiddleware docstring#36895
Conversation
There was a problem hiding this comment.
Summary: This PR only updates a docstring import path for ModelCallLimitMiddleware and does not modify runtime behavior or security-relevant logic.
Risk: Low risk. No new attack surface, data handling, authentication, or authorization changes were introduced; therefore, no exploitable vulnerabilities are present.
Merging this PR will not alter performance
Comparing Footnotes
|
ModelCallLimitMiddleware docstring
|
Thank you! |
fb6ab99
into
langchain-ai:master
Summary
Updates the example in
ModelCallLimitMiddlewaredocstring to use the correct import path. The previous import referenced a non-existent module, which could cause confusion for users following the documentation.