We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa52c2 commit cbe856cCopy full SHA for cbe856c
docs/guardrails/introduction.md
@@ -33,7 +33,7 @@ Invariant’s guardrailing runtime allows you to express these constraints decla
33
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:
34
35
* `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.
+* `send_email(recipient: str, subject: str, body: str)` to send an email to a user.
37
38
<br/><br/>
39
<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