},
disposeChat: (chatUri: URI): Promise<void> => {
return this._disposeChat(session, chat);
},
sendMessage: (chatUri: URI, prompt: string, workingDirectory: URI | undefined, attachments?: readonly MessageAttachment[], turnId?: string, senderClientId?: string): Promise<void> => {
return this._sendMessage(chatUri, prompt, attachments, turnId, senderClientId, workingDirectory);