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/guides/tools.md
+18-25
Original file line number
Diff line number
Diff line change
@@ -207,42 +207,35 @@ chat.ask "What's the weather at invalid coordinates 1000, 1000?"
207
207
# => "The coordinates 1000, 1000 are not valid for any location on Earth, as latitude must be between -90 and 90, and longitude must be between -180 and 180. Please provide valid coordinates or a city name for weather information."
208
208
```
209
209
210
-
## Advanced Tool Parameters
210
+
## Simple Tool Parameters
211
211
212
-
Tools can have complex parameter types:
212
+
RubyLLM currently only supports simple parameter types: strings, numbers, and booleans. Complex types like arrays and objects are not supported.
0 commit comments