Skip to content

Commit cbe856c

Browse files
fix parameter names
1 parent 0aa52c2 commit cbe856c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guardrails/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Invariant’s guardrailing runtime allows you to express these constraints decla
3333
Let's assume a simple example agent that is capable of managing a user's email inbox. Such an agent may be configured with two tools:
3434

3535
* `get_inbox()` to check a user's inbox and read the emails
36-
* `send_email(to: str, subject: str, body: str)` to send an email to a user.
36+
* `send_email(recipient: str, subject: str, body: str)` to send an email to a user.
3737

3838
<br/><br/>
3939
<img src="../../assets/guardrails/email-agent-example.svg" alt="Invariant Architecture" class="invariant-architecture" style="display: block; margin: 0 auto; width: 100%; max-width: 290pt;"/>

0 commit comments

Comments
 (0)