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