* Resets to a fresh, client-side thread so the welcome screen can show. * * Lazy creation: no phantom row is added to the list — the new thread only * materializes once its first run persists server-side. This is distinct * from selecting an existing thread (which the wrapper marks *expl
()
| 613 | * suppressing the welcome screen): the thread produced here is NOT explicit. |
| 614 | */ |
| 615 | startNewThread(): void; |
| 616 | fetchNextPage(): void; |
| 617 | renameThread(threadId: string, name: string): Promise<void>; |
| 618 | archiveThread(threadId: string): Promise<void>; |
no outgoing calls