Future<String> createConversation(Map<String, dynamic> initialData) async => openAIChatModelConnector.createConversation(initialData);