(id: string)
| 42 | save(conv: Conversation): Promise<void>; |
| 43 | get(id: string): Promise<Conversation | undefined>; |
| 44 | delete(id: string): Promise<void>; |
| 45 | list(projectKey?: string): Promise<ConversationSummary[]>; |
| 46 | } |
no outgoing calls
no test coverage detected