Skip to content

Commit 5279e0c

Browse files
kemister85metricjs
andauthored
Update modules/ROOT/partials/configuration/tinymceai_options.adoc
Co-authored-by: Millie <millie.macdonald@tiny.cloud>
1 parent f385d5f commit 5279e0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/ROOT/partials/configuration/tinymceai_options.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ tinymce.init({
216216
[[tinymceai_chat_fetch_source]]
217217
=== `+tinymceai_chat_fetch_source+`
218218

219-
A function that fetches the content for an additional source by ID. Receives the source `+id+` and returns a Promise resolving to the source content (either `+{ type: 'file', file: File }+` or `+{ type: 'web-resource', url: string }+`).
219+
A function that fetches the content for an additional source by ID. Receives the source `+id+` and returns a Promise resolving to the source content (either `+{ type: 'file', file: File }+` or `+{ type: 'web-resource', url: string }+`). The content is passed to the AI agent as additional context for the chat conversation.
220220

221221
*Type:* `+Function+` (`+(id: string) => Promise<Object>+`)
222222

0 commit comments

Comments
 (0)