(id: string)
| 11 | getMessages(threadId: string): Promise<Message[]>; |
| 12 | updateThread(thread: Thread): Promise<Thread>; |
| 13 | deleteThread(id: string): Promise<void>; |
| 14 | } |
| 15 | |
| 16 | // ── Artifact storage (global, cross-thread) ── |
no outgoing calls
no test coverage detected