Update FunctionCalling.md

This commit is contained in:
2025-08-22 11:18:23 -07:00
committed by GitHub
parent 92143479ce
commit 65820d3957

View File

@@ -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