You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -382,7 +382,7 @@ npx tsx examples/chat-basic.ts <notebook-id> "What are the key findings?" --no-s
382
382
| Create Notebook | Create a new notebook (auto-generates title if empty) |[`sdk.notebooks.create(options)`](#create-notebook)|[notebook-create.ts](examples/notebook-create.ts)|
383
383
| Update Notebook | Update notebook title or emoji |[`sdk.notebooks.update(notebookId, options)`](#update-notebook)|[notebook-update.ts](examples/notebook-update.ts)|
384
384
| Delete Notebook | Delete one or more notebooks |[`sdk.notebooks.delete(notebookIds)`](#delete-notebook)|[notebook-delete.ts](examples/notebook-delete.ts)|
385
-
| Share Notebook | Share notebook with users or enable link sharing |[`sdk.notebooks.share(notebookId, options)`](#share-notebook)|[notebook-share.ts](examples/notebook-share.ts)|
385
+
| Share Notebook <small>⚠️ Experimental</small> | Share notebook with users or enable link sharing |[`sdk.notebooks.share(notebookId, options)`](#share-notebook)|[notebook-share.ts](examples/notebook-share.ts)|
386
386
387
387
### `sdk.sources` - Source Management
388
388
@@ -394,7 +394,7 @@ npx tsx examples/chat-basic.ts <notebook-id> "What are the key findings?" --no-s
394
394
| Add Text | Add a source from text content |[`sdk.sources.add.text(notebookId, options)`](#add-text-source)|[source-add-text.ts](examples/source-add-text.ts)|
395
395
| Add File | Add a source from a file (PDF, image, etc.) |[`sdk.sources.add.file(notebookId, options)`](#add-file-source)|[source-add-file.ts](examples/source-add-file.ts)|
396
396
| Add YouTube | Add a YouTube video as a source |[`sdk.sources.add.youtube(notebookId, options)`](#add-youtube-source)|[source-add-youtube.ts](examples/source-add-youtube.ts)|
397
-
| Add Google Drive | Add a Google Drive file as a source |[`sdk.sources.add.drive(notebookId, options)`](#add-google-drive-source)|[source-add-drive.ts](examples/source-add-drive.ts)|
397
+
| Add Google Drive <small>⚠️ Experimental</small> | Add a Google Drive file as a source |[`sdk.sources.add.drive(notebookId, options)`](#add-google-drive-source)|[source-add-drive.ts](examples/source-add-drive.ts)|
398
398
| Batch Add | Add multiple sources at once |[`sdk.sources.add.batch(notebookId, options)`](#batch-add-sources)|[source-add-batch.ts](examples/source-add-batch.ts)|
399
399
| Web Search (Simple) | Search web and wait for results |[`sdk.sources.add.web.searchAndWait(notebookId, options)`](#web-search-simple)|[source-web-search.ts](examples/source-web-search.ts)|
400
400
| Web Search (Advanced) | Multi-step web search workflow |[`sdk.sources.add.web.search()`](#web-search-advanced) → `getResults()` → `addDiscovered()`|[source-web-search-advanced.ts](examples/source-web-search-advanced.ts)|
0 commit comments