This commit is contained in:
Mendon Kissling 2025-09-23 17:31:21 -04:00
parent 0ffed5b016
commit f8b870c8c5

View file

@ -53,7 +53,5 @@ In this example, you'll try a different LLM to demonstrate how the Agent's respo
6. In OpenRAG, start a new conversation by clicking the <Icon name="Plus" aria-hidden="true"/> in the **Conversations** tab.
7. Ask the same question as before to demonstrate how a different language model changes the results.
Many components can be tools for agents, including [Model Context Protocol (MCP) servers](/mcp-server). The agent decides which tools to call based on the context of a given query.
## Integrate OpenRAG into your application