Skip to content

Commit bb22885

Browse files
committed
typo
1 parent 79fc9a4 commit bb22885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/agent-usage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ a few benefits:
124124
the message will be shown optimistically on the client until the message is
125125
saved and present in your message query.
126126
- You can save the message in the same mutation (transaction) as other writes to
127-
the database. This message can the be used and re-used in an action with
127+
the database. This message can then be used and re-used in an action with
128128
retries, without duplicating the prompt message in the history. If the
129129
`promptMessageId` is used for multiple generations, any previous responses
130130
will automatically be included as context, so the LLM can continue where it

0 commit comments

Comments
 (0)