From 65820d39572b610ed32f84c94a09e1de91900c13 Mon Sep 17 00:00:00 2001 From: multipleof4 Date: Fri, 22 Aug 2025 11:18:23 -0700 Subject: [PATCH] Update FunctionCalling.md --- readme/FunctionCalling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme/FunctionCalling.md b/readme/FunctionCalling.md index 968a98a..92baa14 100644 --- a/readme/FunctionCalling.md +++ b/readme/FunctionCalling.md @@ -2,7 +2,7 @@ Sune function call (have Sunes attach files to their latest bubble) In your Sune script, call: ```js -await window.suneAttach(files, { toAPI: true, tree: true }) +await window.suneAttach(files, { toAPI: false, tree: true }) ``` files can be File objects or simple objects like: ```js