You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/src/content/docs/docs/how-it-works.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,4 +30,4 @@ It exposes a couple of endpoints:
30
30
31
31
This endpoint calls the models with the messages from the chat client and the list of tools. The models might respond with a message asking to execute a given tool.
32
32
33
-
The client does this by running the `/mcp` endpoint and returning the response back to the models. It conitnues to do run this loop till the model is done.
33
+
The client does this by running the `/mcp` endpoint and returning the response back to the models. It continues to do run this loop till the model is done.
0 commit comments