We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79fc9a4 commit bb22885Copy full SHA for bb22885
docs/agent-usage.mdx
@@ -124,7 +124,7 @@ a few benefits:
124
the message will be shown optimistically on the client until the message is
125
saved and present in your message query.
126
- 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
+ the database. This message can then be used and re-used in an action with
128
retries, without duplicating the prompt message in the history. If the
129
`promptMessageId` is used for multiple generations, any previous responses
130
will automatically be included as context, so the LLM can continue where it
0 commit comments