Skip to content

Commit 24a797d

Browse files
committed
typo
1 parent 79fc9a4 commit 24a797d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

docs/files.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Saving to the files has 3 components:
140140
provided in
141141
[`guessMimeType`](https://github.com/get-convex/agent/blob/main/src/mapping.ts#L556).
142142

143-
### Can I just store the file myself an pass in a URL?
143+
### Can I just store the file myself and pass in a URL?
144144

145145
Yes! You can always pass a URL in the place of an image or file to the LLM.
146146

0 commit comments

Comments
 (0)