mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 23:09:35 +00:00
8 lines
347 B
Markdown
8 lines
347 B
Markdown
# Box module
|
|
|
|
- Search Box files via `search`.
|
|
- Load a Box file by ID via `loadFile`. Use the `fileId` from search results.
|
|
- Resolve a Box shared link to a file ID via `findSharedItem`. Use when the user provides a link like `https://app.box.com/s/...`.
|
|
- Inputs/outputs live in `index.ts`.
|
|
- Permissions live in `integration.ts`.
|
|
- No triggers. |