Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Commit c693c38

Browse files
committed
fix: test rust-sdk-macros release
1 parent b21055a commit c693c38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/rust-macros/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The `tools!` macro generates:
110110

111111
## Important: Input Validation
112112

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:
114114

115115
- Your handler can assume all inputs match the schema
116116
- Focus on business logic, not validation

0 commit comments

Comments
 (0)