File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
145145Yes! You can always pass a URL in the place of an image or file to the LLM.
146146
You can’t perform that action at this time.
0 commit comments