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: docs/docs/learn/architecture.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -372,7 +372,6 @@ The request structure includes several important components:
372
372
1.**`name`**: Must match exactly the tool name from the discovery response (`weather_current`). This ensures the server can correctly identify which tool to execute.
373
373
374
374
2.**`arguments`**: Contains the input parameters as defined by the tool's `inputSchema`. In this example:
375
-
376
375
-`location`: "San Francisco" (required parameter)
377
376
-`units`: "imperial" (optional parameter, defaults to "metric" if not specified)
0 commit comments