Update python.md

This commit is contained in:
Twisha Bansal
2026-02-09 12:27:57 +05:30
committed by GitHub
parent 22657c9dad
commit d49335ced5

View File

@@ -25,7 +25,6 @@ The following example demonstrates how to use `ToolboxClient` with LangChain's m
{{< include "python/langchain/agent.py" >}}
```
For more information, see the [LangChain Middleware documentation](https://docs.langchain.com/oss/python/langchain/middleware/custom#wrap-style-hooks).
You can also add model-level (`wrap_model`) and agent-level (`before_agent`, `after_agent`) hooks to intercept messages at different stages of the execution loop. See the [LangChain Middleware documentation](https://docs.langchain.com/oss/python/langchain/middleware/custom#wrap-style-hooks) for details on these additional hook types.
{{% /tab %}}
{{< /tabpane >}}