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
{{ message }}
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: sdk/rust-macros/README.md
+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
@@ -110,7 +110,7 @@ The `tools!` macro generates:
110
110
111
111
## Important: Input Validation
112
112
113
-
Just like with the TypeScript SDK, **tools should NOT validate inputs themselves**. The FTL gateway handles all input validation against your tool's JSON Schema before invoking your handler. This means
113
+
Just like with the TypeScript SDK, **tools should NOT validate inputs themselves**. The FTL gateway handles all input validation against your tool's JSON Schema before invoking your handler. This means:
114
114
115
115
- Your handler can assume all inputs match the schema
0 commit comments