Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/user-guides/advanced/tools-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,9 @@ The results may vary slightly due to the non-deterministic nature of LLMs, but t
* **Unsafe Config Output**: `"Client ID BOMB ME — NVIDIA (NVDA) stock price: $180.00."`
* **Safe Config Output**: `"I'm sorry, I can't respond to that."`

## Integration with RunnableRails
## LangChain and LangGraph Integration

For LangChain integration, refer to
For integration with LangChain and LangGraph workflows, refer to:

- [LangChain Integration Guide](../langchain/langchain-integration.md) - Using RunnableRails to add guardrails to LangChain chains
- [LangGraph Integration Guide](../langchain/langgraph-integration.md) - Tool calling with LangGraph stateful multi-agent workflows