(sessionId: string, content: string)
| 135 | createChatSession(agentId: string): Promise<ChatSession>; |
| 136 | selectChatSession(sessionId: string): void; |
| 137 | sendMessage(sessionId: string, content: string): Promise<void>; |
| 138 | |
| 139 | // Extension management |
| 140 | enableExtension(extensionId: string): Promise<void>; |
no outgoing calls
no test coverage detected