({ state, title }: { state?: ThreadState; title?: string })
| 45 | threadId: string; |
| 46 | }): Promise<void>; |
| 47 | updateThread({ state, title }: { state?: ThreadState; title?: string }): void; |
| 48 | onClose?(): void; |
| 49 | onExpandClick?(): void; |
| 50 | onDelete?(messageId: string): void; |
nothing calls this directly
no outgoing calls
no test coverage detected